Skip to content

fix: Import and linting errors

f573d42
Select commit
Loading
Failed to load commit list.
Merged

feat: Implement & harden Kafka event bus architecture #36

fix: Import and linting errors
f573d42
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 14, 2026 in 2s

2 new alerts including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 52 in app/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check notice on line 112 in app/kafka/consumer.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.