diff --git a/content/posts/commits/2026-07-06-commit-7028607.md b/content/posts/commits/2026-07-06-commit-7028607.md new file mode 100644 index 0000000..eee0466 --- /dev/null +++ b/content/posts/commits/2026-07-06-commit-7028607.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(cve-campaign): add feedback loop to improve GBR with real pwn data" +date: 2026-07-06T00:38:54+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 7028607 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `7028607` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `702860721fc05bc5894dc8ca9e36b9dfde2b0376` | + + +### Description + +- feedback_loop.py: checks MSF DB (sessions/vulns) to label dispatches + pwn=1 / miss=0, retrains GBR combining real data (×5 weight) + synthetic +- cve_campaign_agent.py: add cve_campaign_dispatches table, record each + (CVE, IP) at dispatch time for feedback loop consumption +- Cron meta-68 08h00: runs daily after campaign agent (07h00) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M samsonov/pentest_orchestrator/cve_campaign_agent.py +A samsonov/pentest_orchestrator/feedback_loop.py +``` + +### Diff Summary + +``` + .../pentest_orchestrator/cve_campaign_agent.py | 39 +- + samsonov/pentest_orchestrator/feedback_loop.py | 435 +++++++++++++++++++++ + 2 files changed, 471 insertions(+), 3 deletions(-) +```