--- 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(-) ```