Skip to content

feat(code-scanner): add the config subsystem (PRD 0005) - #54

Merged
ralyodio merged 1 commit into
masterfrom
feat/code-scanner-config
Jul 28, 2026
Merged

feat(code-scanner): add the config subsystem (PRD 0005)#54
ralyodio merged 1 commit into
masterfrom
feat/code-scanner-config

feat(code-scanner): add the config subsystem

fd14f06
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 28, 2026 in 5s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 80 in modules/code-scanner/src/config/checks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'root ' and with many repetitions of ' '.

Check failure on line 83 in modules/code-scanner/src/config/checks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'documentroot ' and with many repetitions of ' '.

Check failure on line 252 in modules/code-scanner/src/config/checks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'options ' and with many repetitions of ' '.

Check failure on line 267 in modules/code-scanner/src/config/checks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'access-control-allow-origin' and with many repetitions of 'access-control-allow-origin'.

Check failure on line 268 in modules/code-scanner/src/config/checks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'access-control-allow-credentials' and with many repetitions of 'access-control-allow-credentials'.