Skip to content

v0.45.1: SSRF DNS-rebind closure + HTTP transport/SSE audit fixes#173

Merged
vaaraio merged 10 commits into
mainfrom
fix/audit-findings-20260530
May 30, 2026
Merged

v0.45.1: SSRF DNS-rebind closure + HTTP transport/SSE audit fixes#173
vaaraio merged 10 commits into
mainfrom
fix/audit-findings-20260530

chore(release): v0.45.1 SSRF DNS-rebind closure plus HTTP transport a…

c23e904
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 30, 2026 in 1s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 167 in tests/test_compliance_dashboard.py

See this annotation in the file changed.

Code scanning / CodeQL

Should use a 'with' statement Note test

Instance of context-manager class
SQLiteAuditBackend
is closed in a finally block. Consider using 'with' statement.