diff --git a/content/posts/commits/2026-04-05-commit-002f809.md b/content/posts/commits/2026-04-05-commit-002f809.md new file mode 100644 index 0000000..ec81012 --- /dev/null +++ b/content/posts/commits/2026-04-05-commit-002f809.md @@ -0,0 +1,59 @@ +--- +title: "[bojemoi] feat: uzi_scan_log + zap severity breakdown + nuclei [][]fix + eve-cleaner merge" +date: 2026-04-05T00:12:44+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 002f809 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `002f809` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `002f809c64fe9361aa36bf46aea23b5e6fe9bf01` | + + +### Description + +- borodino/thearm_uzi: add ensure_uzi_scan_log()/mark_uzi_result(), dedup via + NOT IN uzi_scan_log, faraday_ok tracking, PG vars fix (YAML merge caveat) +- oblast-1/zap_scanner.py: add critical/high/medium/low/info columns + faraday_ok + to zap_scan_log, severity_breakdown(), faraday_post_vulns() returns int +- samsonov/nuclei_api/main.py: fix [][]bug (skip empty array lines on AI append), + validate JSON in JSONL counter, ai_analysis stored in Redis +- stack/01-suricata-host.yml: merge dozor eve-cleaner into single service +- stack/40-service-borodino.yml: add PG vars to uzi-service (YAML merge fix) +- stack/48-service-dozor.yml: remove eve-cleaner (merged into suricata stack) +- stack/51-service-ollama.yml: minor update + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +M oblast-1/zap_scanner.py +M samsonov/nuclei_api/main.py +M stack/01-suricata-host.yml +M stack/40-service-borodino.yml +M stack/48-service-dozor.yml +M stack/51-service-ollama.yml +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 114 ++++++++++++++++++++++++++++++++++++---- + oblast-1/zap_scanner.py | 117 ++++++++++++++++++++++++++++++++++++------ + samsonov/nuclei_api/main.py | 61 +++++++++++++++++++--- + stack/01-suricata-host.yml | 21 ++++++-- + stack/40-service-borodino.yml | 5 ++ + stack/48-service-dozor.yml | 33 ------------ + stack/51-service-ollama.yml | 2 +- + 7 files changed, 282 insertions(+), 71 deletions(-) +```