post: commit 4a61175 in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 13s

This commit is contained in:
2026-05-20 16:13:44 +02:00
committed by Betty
parent ac21917cec
commit 12fbbed092

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_nuclei
```
### Diff Summary
```
borodino/thearm_nuclei | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
```