From f40aed30d7ab2073fec814fa433b43339db50d49 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Fri, 10 Jul 2026 17:01:46 +0200 Subject: [PATCH] post: commit 0b50752 in bojemoi --- .../commits/2026-07-10-commit-0b50752.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-07-10-commit-0b50752.md diff --git a/content/posts/commits/2026-07-10-commit-0b50752.md b/content/posts/commits/2026-07-10-commit-0b50752.md new file mode 100644 index 0000000..75667e2 --- /dev/null +++ b/content/posts/commits/2026-07-10-commit-0b50752.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(campagnewp): parse attack_surface as list of dicts" +date: 2026-07-10T17:01:46+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 0b50752 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `0b50752` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `0b5075263ecb3d4f0ea8a792cd5536ecba90ab04` | + + +### Description + +attack_surface entries are {"port": N, "vuln": "...", "evidence": "..."} +not plain strings — extract vuln/port directly instead of str(entry). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M samsonov/pentest_orchestrator/main.py +``` + +### Diff Summary + +``` + samsonov/pentest_orchestrator/main.py | 27 +++++++++++++++++---------- + 1 file changed, 17 insertions(+), 10 deletions(-) +```