post: commit 497faba in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 11s

This commit is contained in:
2026-04-16 14:23:16 +02:00
committed by Betty
parent 5e960b7fcd
commit 4c89bc8312

View File

@@ -0,0 +1,43 @@
---
title: "[bojemoi] fix(uzi): fix Optional import + pymetasploit3 msgpack>=1.0 compatibility"
date: 2026-04-16T14:23:16+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 497faba par Betty dans bojemoi"
author: "Betty"
---
## Commit `497faba`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `497faba5cd7be8edbde2ae3a9d176c31f261f19b` |
### Description
- Add missing `from typing import Optional` in thearm_uzi
- Patch pymetasploit3 msfrpc.py at build time: add raw=False to all
msgpack.unpackb() calls to decode bytes keys as strings (msgpack>=1.0
changed default from raw=False to raw=True, breaking auth.login check)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/Dockerfile.borodino-msf
M borodino/thearm_uzi
```
### Diff Summary
```
borodino/Dockerfile.borodino-msf | 5 ++++-
borodino/thearm_uzi | 1 +
2 files changed, 5 insertions(+), 1 deletion(-)
```