Files
blog/content/posts/commits/2026-05-20-commit-4a61175.md
Betty 12fbbed092
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 13s
post: commit 4a61175 in bojemoi
2026-05-20 16:13:45 +02:00

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
bojemoi
main
Git Activity
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(-)