diff --git a/content/posts/commits/2026-06-24-commit-cc3c74d.md b/content/posts/commits/2026-06-24-commit-cc3c74d.md new file mode 100644 index 0000000..bc689de --- /dev/null +++ b/content/posts/commits/2026-06-24-commit-cc3c74d.md @@ -0,0 +1,46 @@ +--- +title: "[bojemoi] refactor(workers): remove Telegram from individual workers" +date: 2026-06-24T21:43:23+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit cc3c74d par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `cc3c74d` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `cc3c74d656d0092f558f725cbbe6f2cc92da5089` | + + +### Description + +Telegram notifications are now handled exclusively by pentest-orchestrator +which has the full campaign context. Workers (UZI, Nuclei, ZAP, Sliver) +are pure queue consumers — they should not send notifications directly. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_nuclei +M borodino/thearm_sliver/thearm_sliver +M borodino/thearm_uzi +M oblast-1/zap_scanner.py +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 41 --------------------------- + borodino/thearm_sliver/thearm_sliver | 33 ---------------------- + borodino/thearm_uzi | 54 ------------------------------------ + oblast-1/zap_scanner.py | 46 ------------------------------ + 4 files changed, 174 deletions(-) +```