From 12fbbed092ac2d7edd4654c338bf3d8a2fd5754f Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 20 May 2026 16:13:44 +0200 Subject: [PATCH] post: commit 4a61175 in bojemoi --- .../commits/2026-05-20-commit-4a61175.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-05-20-commit-4a61175.md 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(-) +```