Skip to content

Update regex.py

2c5d8f3
Select commit
Loading
Failed to load commit list.
Open

Create codeql_issue_testruleset2.py #7

Update regex.py
2c5d8f3
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed Feb 14, 2025 in 3s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 15 in codeql_issue_testruleset2.py

See this annotation in the file changed.

Code scanning / CodeQL

Regular expression injection High

This regular expression depends on a
user-provided value
and is executed by
re.search
.

Check failure on line 21 in codeql_issue_testruleset2.py

See this annotation in the file changed.

Code scanning / CodeQL

Regular expression injection High

This regular expression depends on a
user-provided value
and is executed by
re.search
.