diff --git a/content/posts/commits/2026-06-19-commit-7250b03.md b/content/posts/commits/2026-06-19-commit-7250b03.md new file mode 100644 index 0000000..614ffd4 --- /dev/null +++ b/content/posts/commits/2026-06-19-commit-7250b03.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(mcp): normalize bytes→str in MSF RPC msgpack responses" +date: 2026-06-19T07:17:04+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 7250b03 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `7250b03` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `7250b03b29582ffea77bdf49bb28375fa4a2e036` | + + +### Description + +MSF RPC returns bytes keys even with raw=False — add recursive +_decode() to normalize all bytes to str in responses. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M mcp-server/tools/metasploit.py +``` + +### Diff Summary + +``` + mcp-server/tools/metasploit.py | 14 +++++++++++++- + 1 file changed, 13 insertions(+), 1 deletion(-) +```