diff --git a/content/posts/commits/2026-06-28-commit-177cd0a.md b/content/posts/commits/2026-06-28-commit-177cd0a.md new file mode 100644 index 0000000..3e1edaf --- /dev/null +++ b/content/posts/commits/2026-06-28-commit-177cd0a.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(dojo): update dojo_ok in scan logs after worker queue push" +date: 2026-06-28T22:14:28+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 177cd0a par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `177cd0a` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `177cd0adc16d7369cb3f206bbd1567bfb9bb8af5` | + + +### Description + +After dojo_worker_loop processes ZAP/UZI findings from pentest:dojo_queue, +update zap_scan_log.dojo_ok and uzi_scan_log.dojo_ok=TRUE in MSF DB. +Also log Dojo API response body on errors (400/4xx) for easier debugging. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M samsonov/pentest_orchestrator/main.py +``` + +### Diff Summary + +``` + samsonov/pentest_orchestrator/main.py | 21 +++++++++++++++++++++ + 1 file changed, 21 insertions(+) +```