mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 17:41:26 -06:00
Disable slow CodeQL queries
See issue 10937 on github.com/github/codeql.
This commit is contained in:
parent
b9e24eed8f
commit
8edbf8d46c
26
.github/codeql/codeql-configuration.yml
vendored
26
.github/codeql/codeql-configuration.yml
vendored
@ -6,3 +6,29 @@ paths:
|
||||
- Gulpfile.mjs
|
||||
paths-ignore:
|
||||
- src/lib
|
||||
|
||||
# These queries appear to time out after the module conversion.
|
||||
# https://github.com/github/codeql/issues/10937
|
||||
query-filters:
|
||||
- exclude:
|
||||
id: js/path-injection # TaintedPath.ql
|
||||
- exclude:
|
||||
id: js/command-line-injection # CommandInjection.ql
|
||||
- exclude:
|
||||
id: js/code-injection # CodeInjection.ql
|
||||
- exclude:
|
||||
id: js/bad-code-sanitization # ImproperCodeSanitization.ql
|
||||
- exclude:
|
||||
id: js/unsafe-dynamic-method-access # UnsafeDynamicMethodAccess.ql
|
||||
- exclude:
|
||||
id: js/clear-text-logging # CleartextLogging.ql
|
||||
- exclude:
|
||||
id: js/regex-injection # RegExpInjection.ql
|
||||
- exclude:
|
||||
id: js/unvalidated-dynamic-method-call # UnvalidatedDynamicMethodCall.ql
|
||||
- exclude:
|
||||
id: js/insecure-download # InsecureDownload.ql
|
||||
- exclude:
|
||||
id: js/prototype-polluting-assignment # PrototypePollutingAssignment.ql
|
||||
- exclude:
|
||||
id: js/request-forgery # RequestForgery.ql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user