We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220706e commit d1e2e50Copy full SHA for d1e2e50
.github/codeql/codeql-configuration.yml
@@ -3,3 +3,8 @@ name: CodeQL Configuration
3
paths-ignore:
4
- src/lib
5
- tests
6
+
7
+query-filters:
8
+ # Falls over on our dynamic RegExp generation
9
+ - exclude:
10
+ id: js/regex-injection
0 commit comments