diff --git a/content/posts/commits/2026-07-17-commit-1e73eb0.md b/content/posts/commits/2026-07-17-commit-1e73eb0.md new file mode 100644 index 0000000..497c69c --- /dev/null +++ b/content/posts/commits/2026-07-17-commit-1e73eb0.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(zap): flush session ZAP immédiatement après chaque scan terminé" +date: 2026-07-17T23:46:49+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 1e73eb0 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `1e73eb0` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `1e73eb06e8372e8d59bb98f7794109fbf0b4adec` | + + +### Description + +Appel zap_new_session() après la fin de l'active scan pour libérer +la mémoire JVM/tmpfs sans attendre le scan suivant. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M oblast-1/zap_scanner.py +``` + +### Diff Summary + +``` + oblast-1/zap_scanner.py | 1 + + 1 file changed, 1 insertion(+) +```