Skip to content

Typo

14c791e
Select commit
Loading
Failed to load commit list.
Merged

Engine #2685

Typo
14c791e
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 succeeded Feb 11, 2025 in 2s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 132 in api_app/choices.py

See this annotation in the file changed.

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that overlaps with \d in the same character class, and is equivalent to [()*+,-./0-9:;].

Check warning on line 134 in api_app/choices.py

See this annotation in the file changed.

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that overlaps with \d in the same character class, and is equivalent to [()*+,-./0-9:;].