From 16ae10287e09a146de76900a4b1663cebb48be18 Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 15 Apr 2026 23:00:18 +0200 Subject: [PATCH] post: push 1 commit(s) to bojemoi/main --- .../2026-04-15-push-bojemoi-main-4fa26f4.md | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 content/posts/pushes/2026-04-15-push-bojemoi-main-4fa26f4.md diff --git a/content/posts/pushes/2026-04-15-push-bojemoi-main-4fa26f4.md b/content/posts/pushes/2026-04-15-push-bojemoi-main-4fa26f4.md new file mode 100644 index 0000000..3915862 --- /dev/null +++ b/content/posts/pushes/2026-04-15-push-bojemoi-main-4fa26f4.md @@ -0,0 +1,54 @@ +--- +title: "[bojemoi] Push 1 commit(s) to main" +date: 2026-04-15T23:00:02+02:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 1 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 1 | +| **Pushed by** | Betty | + +### Commits + +- **4fa26f4** feat(vuln-mgmt): migrate Faraday CE → DefectDojo (Betty) + + +### Diff Summary + +``` + faraday-triage/Dockerfile | 10 + + faraday-triage/requirements.txt | 3 + + faraday-triage/triage.py | 354 ++++++++++++++ + mcp-server/server.py | 49 +- + mcp-server/tools/defectdojo.py | 190 ++++++++ + mcp-server/tools/faraday.py | 126 ----- + medved/honeypot/config.py | 16 +- + medved/honeypot/db.py | 29 +- + medved/honeypot/defectdojo_reporter.py | 234 +++++++++ + medved/honeypot/faraday_reporter.py | 200 -------- + medved/honeypot/main.py | 6 +- + medved/honeypot/metrics.py | 6 +- + oblast-1/zap_scanner.py | 212 ++++++--- + samsonov/nuclei_api/main.py | 212 +++++---- + .../pentest_orchestrator/plugins/plugin_faraday.py | 522 --------------------- + stack/40-service-borodino.yml | 99 +--- + stack/49-service-mcp.yml | 7 +- + stack/65-service-medved.yml | 14 +- + stack/70-service-defectdojo.yml | 295 ++++++++++++ + volumes/nginx/conf.d/default.conf | 6 +- + volumes/nginx/conf.d/sites/defectdojo.conf | 31 ++ + volumes/nginx/conf.d/sites/faraday.conf | 65 --- + volumes/nginx/conf.d/upstreams/upstreams.conf | 6 +- + volumes/prometheus/rules/alert_rules.yml | 8 +- + volumes/prometheus/rules/alerts.yml | 52 +- + 25 files changed, 1502 insertions(+), 1250 deletions(-) +```