post: commit 99d664f in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
2026-06-28 23:04:35 +02:00
committed by Betty
parent f1af971c80
commit 0f58005b52

View File

@@ -0,0 +1,45 @@
---
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 <noreply@anthropic.com>
### 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(-)
```