Skip to content

deps(py): Bump types-python-dateutil in /backend

65349ad
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

deps(py): Bump types-python-dateutil from 2.9.0.20260323 to 2.9.0.20260402 in /backend #508

deps(py): Bump types-python-dateutil in /backend
65349ad
Select commit
Loading
Failed to load commit list.
GitHub Actions / Review Council failed Apr 6, 2026 in 0s

2 fail, 2 pass in 0s

4 tests   2 ✅  0s ⏱️
1 suites  0 💤
1 files    2 ❌

Results for commit 65349ad.

Annotations

Check warning on line 42 in src/config.js

See this annotation in the file changed.

@github-actions github-actions / Review Council

GUARDIAN-001: Hardcoded API Key (GUARDIAN) failed

.code-conclave/reviews/conclave-results.xml
Raw output
[BLOCKER] Hardcoded API Key
Severity: BLOCKER
File: src/config.js
Line: 42

Description:
API key is hardcoded in source code, exposing credentials in version control.

Check warning on line 87 in src/db/queries.js

See this annotation in the file changed.

@github-actions github-actions / Review Council

GUARDIAN-002: SQL Injection Risk (GUARDIAN) failed

.code-conclave/reviews/conclave-results.xml
Raw output
[HIGH] SQL Injection Risk
Severity: HIGH
File: src/db/queries.js
Line: 87

Description:
User input is concatenated directly into SQL query string.