Skip to content

Remove pem files

b7707a5
Select commit
Loading
Failed to load commit list.
Merged

Hotifx - disable alphanumeric characters in challenge title #1665

Remove pem files
b7707a5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 11, 2025 in 0s

No new alerts in code changed by this pull request

Annotations

Check failure on line 831 in src/components/ChallengeEditor/Description-Field/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of /(\*|_)/.

Check warning on line 1281 in src/components/ChallengeEditor/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Exception text reinterpreted as HTML

[Exception text](1) is reinterpreted as HTML without escaping meta-characters. [Exception text](2) is reinterpreted as HTML without escaping meta-characters. [Exception text](3) is reinterpreted as HTML without escaping meta-characters.

Check warning on line 19 in src/components/LegacyLinks/index.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML

[DOM text](1) is reinterpreted as HTML without escaping meta-characters. [DOM text](2) is reinterpreted as HTML without escaping meta-characters.

Check failure on line 61 in src/util/validation.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of '#'.