Skip to content

Changed output regex

2d47d37
Select commit
Loading
Failed to load commit list.
Merged

v2.3.0 #371

Changed output regex
2d47d37
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 28, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 13 in dist/functions/generateMetadata.js

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 'output:[' and containing many repetitions of 'a'.

Check failure on line 13 in dist/functions/generateMetadata.js

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 'output:[argtype.' and containing many repetitions of 'aaargtype.'.

Check failure on line 15 in src/functions/generateMetadata.ts

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 'output:[' and containing many repetitions of 'a'.

Check failure on line 15 in src/functions/generateMetadata.ts

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 'output:[argtype.' and containing many repetitions of 'aaargtype.'.