diff --git a/content/posts/commits/2026-07-06-commit-eeb602f.md b/content/posts/commits/2026-07-06-commit-eeb602f.md new file mode 100644 index 0000000..89af3a8 --- /dev/null +++ b/content/posts/commits/2026-07-06-commit-eeb602f.md @@ -0,0 +1,49 @@ +--- +title: "[bojemoi] refactor(cve-campaign): move to samsonov/pentest_orchestrator (red team)" +date: 2026-07-06T00:15:52+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit eeb602f par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `eeb602f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `eeb602f87fc7719f092708023cf5474d709d194e` | + + +### Description + +CVE campaign is red team, not ML threat intel. +- Move cve_ip_matcher.py + cve_campaign_agent.py to samsonov/pentest_orchestrator/ +- Add scikit-learn, numpy, psycopg2-binary, valkey to pentest-orchestrator Dockerfile +- Update cron on meta-68: ml-threat → borodino_pentest-orchestrator container + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +D ml-threat/cve_campaign_agent.py +D ml-threat/cve_ip_matcher.py +M samsonov/pentest_orchestrator/Dockerfile +A samsonov/pentest_orchestrator/cve_campaign_agent.py +A samsonov/pentest_orchestrator/cve_ip_matcher.py +``` + +### Diff Summary + +``` + ml-threat/cve_campaign_agent.py | 516 ---------------- + ml-threat/cve_ip_matcher.py | 668 --------------------- + samsonov/pentest_orchestrator/Dockerfile | 2 +- + .../pentest_orchestrator/cve_campaign_agent.py | 516 ++++++++++++++++ + samsonov/pentest_orchestrator/cve_ip_matcher.py | 668 +++++++++++++++++++++ + 5 files changed, 1185 insertions(+), 1185 deletions(-) +```