Skip to content

Commit

Permalink
Disable broken CodeQL query (#61040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 24, 2025
1 parent 220706e commit d1e2e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codeql/codeql-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d1e2e50

Please sign in to comment.