Skip to content

fix: pass --force to bypass approval check in ac-phase builds

a86a7e2
Select commit
Loading
Failed to load commit list.
Open

fix: handle milliseconds in ISO 8601 rate limit reset timestamps #1846

fix: pass --force to bypass approval check in ac-phase builds
a86a7e2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 16, 2026 in 3s

18 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

Other Alerts:

  • 15 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 25 in apps/backend/preflight.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (password)
as clear text.

Check failure on line 106 in apps/backend/preflight.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.

Check failure on line 92 in apps/backend/preflight_hook.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (password)
as clear text.

Check notice on line 151 in scripts/batch-from-discovery.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.

Check notice on line 135 in scripts/batch-from-discovery.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.

Check notice on line 100 in scripts/batch-from-discovery.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.

Check notice on line 26 in scripts/ac-phase.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'time' is not used.

Check notice on line 619 in scripts/ac-batch.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable result is not used.

Check notice on line 603 in scripts/ac-batch.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.

Check notice on line 534 in scripts/ac-batch.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.

Check notice on line 490 in scripts/ac-batch.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.

Check notice on line 209 in scripts/ac-batch.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.

Check notice on line 32 in scripts/ac-batch.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'time' is not used.

Check notice on line 27 in scripts/ac-batch.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'os' is not used.

Check notice on line 149 in apps/backend/preflight_hook.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_PREFLIGHT_RAN' is not used.

Check notice on line 131 in apps/backend/preflight_hook.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.

Check notice on line 11 in apps/backend/preflight.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'time' is not used.

Check notice on line 8 in apps/backend/preflight.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'os' is not used.