mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
Disable broken CodeQL query (#61040)
This commit is contained in:
parent
220706eb03
commit
d1e2e50ff3
5
.github/codeql/codeql-configuration.yml
vendored
5
.github/codeql/codeql-configuration.yml
vendored
@ -3,3 +3,8 @@ name: CodeQL Configuration
|
||||
paths-ignore:
|
||||
- src/lib
|
||||
- tests
|
||||
|
||||
query-filters:
|
||||
# Falls over on our dynamic RegExp generation
|
||||
- exclude:
|
||||
id: js/regex-injection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user