--- title: "[bojemoi] refactor(pipeline): suppress backfill feeds in nuclei and ZAP" date: 2026-06-28T23:04:35+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 99d664f par Betty dans bojemoi" author: "Betty" --- ## Commit `99d664f` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `99d664f56d9a74758e3e20bbac8b5ad1d96b95bf` | ### Description ZAP and nuclei were self-feeding from the DB (DbFeeder thread and BRPOP backfill), running on all bm12 hosts independently of the pentest flow. Now both are passive — they only process targets dispatched by pentest-orchestrator (post-pwn via dispatch_post_pwn). This aligns the pipeline: uzi → pwn → orchestrator → nuclei + zap + sliver. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_nuclei M oblast-1/zap_scanner.py ``` ### Diff Summary ``` borodino/thearm_nuclei | 10 +--------- oblast-1/zap_scanner.py | 4 +--- 2 files changed, 2 insertions(+), 12 deletions(-) ```