From b7390239a0062779c61ec9fae95300c9f7e2a931 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 28 Jun 2026 22:14:28 +0200 Subject: [PATCH] post: commit 177cd0a in bojemoi --- .../commits/2026-06-28-commit-177cd0a.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-06-28-commit-177cd0a.md 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(+) +```