diff --git a/content/posts/commits/2026-04-16-commit-497faba.md b/content/posts/commits/2026-04-16-commit-497faba.md new file mode 100644 index 0000000..d725c15 --- /dev/null +++ b/content/posts/commits/2026-04-16-commit-497faba.md @@ -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 + +### 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(-) +```