[bojemoi] fix(uzi): handle string MSF rank values in dojo_report_pwn
2026-06-16T20:03:26+02:00
false
commit
bojemoi
main
Git Activity
Commit 5bc36f4 par Betty dans bojemoi
Betty
Commit 5bc36f4
Repository
bojemoi
Branch
main
Author
Betty
Hash
5bc36f4a820225c082bf85f2c24791060b2359e5
Description
MSF can return rank as string ('excellent', 'good', etc.) instead of int,
causing ValueError crash after a successful pwn. Add _MSF_RANK_STR mapping
to convert string ranks to their numeric equivalents before lookup.