Files
blog/content/posts/commits/2026-06-24-commit-f6c45f6.md
Betty be9b7ed130
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s
post: commit f6c45f6 in bojemoi
2026-06-24 21:24:46 +02:00

1.1 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(triage+alert-agent): fix Ollama API + Telegram fallback when LLM unavailable 2026-06-24T21:24:44+02:00 false
commit
bojemoi
main
Git Activity
Commit f6c45f6 par Betty dans bojemoi Betty

Commit f6c45f6

Repository bojemoi
Branch main
Author Betty
Hash f6c45f629307361b93fbc754971bfd4578622521

Description

dojo-triage: migrate from deprecated /api/generate to /api/chat (Ollama 0.2+). Fixes 404 errors causing all findings to be silently skipped by LLM triage.

alert-agent: when LLM is unavailable, fall back to notify_only instead of silently dropping the Telegram notification. Critical pentest alerts (HighSeverityFindingsFound, etc.) now always reach Telegram.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	alert-agent/alert_agent/webhook.py
M	dojo-triage/triage.py

Diff Summary

 alert-agent/alert_agent/webhook.py | 10 ++++++++--
 dojo-triage/triage.py              |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)