Files
blog/content/posts/commits/2026-07-10-commit-0b50752.md
grafana-watcher f40aed30d7
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit 0b50752 in bojemoi
2026-07-10 17:01:47 +02:00

900 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(campagnewp): parse attack_surface as list of dicts 2026-07-10T17:01:46+02:00 false
commit
bojemoi
main
Git Activity
Commit 0b50752 par grafana-watcher dans bojemoi 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 noreply@anthropic.com

Files Changed

M	samsonov/pentest_orchestrator/main.py

Diff Summary

 samsonov/pentest_orchestrator/main.py | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)