From 5d29b2afdb0decd15f53805aadb92833473db267 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 28 Jun 2026 23:08:18 +0200 Subject: [PATCH] post: commit 1e8f7de in bojemoi --- .../commits/2026-06-28-commit-1e8f7de.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/posts/commits/2026-06-28-commit-1e8f7de.md diff --git a/content/posts/commits/2026-06-28-commit-1e8f7de.md b/content/posts/commits/2026-06-28-commit-1e8f7de.md new file mode 100644 index 0000000..c591c48 --- /dev/null +++ b/content/posts/commits/2026-06-28-commit-1e8f7de.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] docs(architecture): update pentest pipeline flow and DefectDojo integration" +date: 2026-06-28T23:08:18+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 1e8f7de par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `1e8f7de` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `1e8f7ded045015154564cc00af6f532e4abe090c` | + + +### Description + +- Pentest pipeline diagram: add pentest-orchestrator as central dispatcher, + dojo_worker_loop, pentest:dojo_queue Valkey path +- DefectDojo sources: workers RPUSH to queue, orchestrator pushes to API +- Fix node labels: defectdojo=true is meta-68 (not meta-76) +- LLM: mark Ollama as abandoned (2026-06-23) +- Note found_by:[1] required field for all findings POSTs + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M ARCHITECTURE.md +``` + +### Diff Summary + +``` + ARCHITECTURE.md | 95 ++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 60 insertions(+), 35 deletions(-) +```