diff --git a/content/posts/commits/2026-05-20-commit-4a61175.md b/content/posts/commits/2026-05-20-commit-4a61175.md new file mode 100644 index 0000000..bed344a --- /dev/null +++ b/content/posts/commits/2026-05-20-commit-4a61175.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(nuclei): rendre redirector_hits non-fatal dans is_honeypot_suspect" +date: 2026-05-20T16:13:44+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4a61175 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `4a61175` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `4a61175329d495fc4b61c597837164899bec482f` | + + +### Description + +Si la table n'existe pas encore au démarrage du replica, le query +lève une psycopg2.Error qui corrompt la connexion (état aborted). +Wrap dans try/except + conn.rollback() pour continuer sans crash. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_nuclei +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 17 ++++++++++------- + 1 file changed, 10 insertions(+), 7 deletions(-) +```