Skip to content

fix(security): address CodeQL security alerts and code quality issues

5d55f59
Select commit
Loading
Failed to load commit list.
Merged

fix(security): address CodeQL security alerts and code quality issues #1286

fix(security): address CodeQL security alerts and code quality issues
5d55f59
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 18, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1055 in tests/conftest.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'SemanticAnalyzer' is not used.
Import of 'ConflictDetector' is not used.
Import of 'AutoMerger' is not used.
Import of 'FileEvolutionTracker' is not used.
Import of 'AIResolver' is not used.

Check notice on line 443 in tests/test_github_pr_e2e.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable _followup_context is not used.

Check notice on line 99 in tests/test_recovery.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable _manager is not used.