diff --git a/content/posts/commits/2026-06-21-commit-813b14f.md b/content/posts/commits/2026-06-21-commit-813b14f.md new file mode 100644 index 0000000..8a38c62 --- /dev/null +++ b/content/posts/commits/2026-06-21-commit-813b14f.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(nuclei,zap): add Telegram notifications on findings" +date: 2026-06-21T14:46:21+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 813b14f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `813b14f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `813b14f56599939a31140712f0151286a3502486` | + + +### Description + +- nuclei: send alert when findings_count > 0 (critical/high/medium/low breakdown) +- zap: send alert when significant alerts (medium+) found, includes top 5 findings +- stack: mount telegram_bot_token + telegram_chat_id secrets in nuclei-worker and zap-scanner + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_nuclei +M oblast-1/zap_scanner.py +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 44 ++++++++++++++++++++++++++++++++++++++ + oblast-1/zap_scanner.py | 49 +++++++++++++++++++++++++++++++++++++++++++ + stack/40-service-borodino.yml | 4 ++++ + 3 files changed, 97 insertions(+) +```