All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 13s
901 B
901 B
title, date, draft, tags, categories, summary, author
| title | date | draft | tags | categories | summary | author | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| [bojemoi] fix(nuclei): rendre redirector_hits non-fatal dans is_honeypot_suspect | 2026-05-20T16:13:44+02:00 | false |
|
|
Commit 4a61175 par Betty dans bojemoi | 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 noreply@anthropic.com
Files Changed
M borodino/thearm_nuclei
Diff Summary
borodino/thearm_nuclei | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)