post: commit 5bc36f4 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
This commit is contained in:
40
content/posts/commits/2026-06-16-commit-5bc36f4.md
Normal file
40
content/posts/commits/2026-06-16-commit-5bc36f4.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "[bojemoi] fix(uzi): handle string MSF rank values in dojo_report_pwn"
|
||||
date: 2026-06-16T20:03:26+02:00
|
||||
draft: false
|
||||
tags: ["commit", "bojemoi", "main"]
|
||||
categories: ["Git Activity"]
|
||||
summary: "Commit 5bc36f4 par Betty dans bojemoi"
|
||||
author: "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.
|
||||
|
||||
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||||
|
||||
### Files Changed
|
||||
|
||||
```
|
||||
M borodino/thearm_uzi
|
||||
```
|
||||
|
||||
### Diff Summary
|
||||
|
||||
```
|
||||
borodino/thearm_uzi | 10 +++++++++-
|
||||
1 file changed, 9 insertions(+), 1 deletion(-)
|
||||
```
|
||||
Reference in New Issue
Block a user