post: commit 0b50752 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s

This commit is contained in:
grafana-watcher
2026-07-10 17:01:46 +02:00
committed by Betty
parent 478f809c43
commit f40aed30d7

View File

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