diff --git a/content/posts/commits/2026-05-13-commit-7370c20.md b/content/posts/commits/2026-05-13-commit-7370c20.md new file mode 100644 index 0000000..411efdf --- /dev/null +++ b/content/posts/commits/2026-05-13-commit-7370c20.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(uzi): NameError search_results → stats['tried'] == 0" +date: 2026-05-13T16:59:44+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 7370c20 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `7370c20` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `7370c2059b57f5a1b6ef05c82223a3387ab1dd8b` | + + +### Description + +Variable search_results non définie en fin de boucle principale. +Remplacée par stats['tried'] == 0 pour distinguer no_exploits/tried. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) +```