From 3a7460822d214abe354f0cb62ce08efefbcff892 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 13 Jul 2026 15:30:55 +0200 Subject: [PATCH] post: commit bf304d0 in borodino --- .../commits/2026-07-13-commit-bf304d0.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-07-13-commit-bf304d0.md diff --git a/content/posts/commits/2026-07-13-commit-bf304d0.md b/content/posts/commits/2026-07-13-commit-bf304d0.md new file mode 100644 index 0000000..90bfa97 --- /dev/null +++ b/content/posts/commits/2026-07-13-commit-bf304d0.md @@ -0,0 +1,40 @@ +--- +title: "[borodino] fix(nuclei-worker): exclure IPs résidentielles du fallback DB" +date: 2026-07-13T15:30:55+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit bf304d0 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `bf304d0` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `bf304d0a3c48c2e0742ec307a1da5f44fb00dd37` | + + +### Description + +Ajout du filtre is_hosting dans pick_target() pour toutes les priorités, +identique au filtre de pick_next_host() dans l'orchestrateur. +Seuls les hébergeurs (is_hosting=true ou NULL) sont ciblés. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M thearm_nuclei +``` + +### Diff Summary + +``` + thearm_nuclei | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) +```