Skip to content

Commit d1e2e50

Browse files
authored
Disable broken CodeQL query (#61040)
1 parent 220706e commit d1e2e50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/codeql/codeql-configuration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ name: CodeQL Configuration
33
paths-ignore:
44
- src/lib
55
- tests
6+
7+
query-filters:
8+
# Falls over on our dynamic RegExp generation
9+
- exclude:
10+
id: js/regex-injection

0 commit comments

Comments
 (0)