Skip to content

Commit a3802c1

Browse files
authored
Remove excluded CodeQL rules, fix reference to Gulpfile (microsoft#51878)
Fixes microsoft#51401
1 parent 41fa4d7 commit a3802c1

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/codeql/codeql-configuration.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,6 @@ name : CodeQL Configuration
33
paths:
44
- src
55
- scripts
6-
- Gulpfile.mjs
6+
- Herebyfile.mjs
77
paths-ignore:
88
- src/lib
9-
10-
# These queries appear to time out after the module conversion.
11-
# https://github.com/github/codeql/issues/10937
12-
query-filters:
13-
- exclude:
14-
id: js/path-injection # TaintedPath.ql
15-
- exclude:
16-
id: js/command-line-injection # CommandInjection.ql
17-
- exclude:
18-
id: js/code-injection # CodeInjection.ql
19-
- exclude:
20-
id: js/bad-code-sanitization # ImproperCodeSanitization.ql
21-
- exclude:
22-
id: js/unsafe-dynamic-method-access # UnsafeDynamicMethodAccess.ql
23-
- exclude:
24-
id: js/clear-text-logging # CleartextLogging.ql
25-
- exclude:
26-
id: js/regex-injection # RegExpInjection.ql
27-
- exclude:
28-
id: js/unvalidated-dynamic-method-call # UnvalidatedDynamicMethodCall.ql
29-
- exclude:
30-
id: js/insecure-download # InsecureDownload.ql
31-
- exclude:
32-
id: js/prototype-polluting-assignment # PrototypePollutingAssignment.ql
33-
- exclude:
34-
id: js/request-forgery # RequestForgery.ql

0 commit comments

Comments
 (0)