Remove excluded CodeQL rules, fix reference to Gulpfile (#51878)

Fixes https://github.com/microsoft/TypeScript/issues/51401
This commit is contained in:
Jake Bailey 2022-12-13 11:01:27 -08:00 коммит произвёл GitHub
Родитель 41fa4d7edd
Коммит a3802c1e7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 27 удалений

28
.github/codeql/codeql-configuration.yml поставляемый
Просмотреть файл

@ -3,32 +3,6 @@ name : CodeQL Configuration
paths:
- src
- scripts
- Gulpfile.mjs
- Herebyfile.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