mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Disable broken CodeQL query (#61040)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user