Skip to content

don't re-enable repo

7e36121
Select commit
Loading
Failed to load commit list.
Draft

[review] os: implement build-deps #4024

don't re-enable repo
7e36121
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 2, 2025 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 849 in lisa/operating_system.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'Types:\tURIs:!Suites:\nComponents:a' and containing many repetitions of '!:!'.

Check failure on line 849 in lisa/operating_system.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'Types:\tURIs:!Suites:\nComponents:a!:' and containing many repetitions of 'a!:'.

Check failure on line 941 in lisa/operating_system.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'deb\t0=' and containing many repetitions of '000='.