Files
blog/content/posts/commits/2026-04-16-commit-497faba.md
Betty 4c89bc8312
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 11s
post: commit 497faba in bojemoi
2026-04-16 14:23:17 +02:00

1.0 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(uzi): fix Optional import + pymetasploit3 msgpack>=1.0 compatibility 2026-04-16T14:23:16+02:00 false
commit
bojemoi
main
Git Activity
Commit 497faba par Betty dans bojemoi 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(-)