-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: disable evalutations that arecausing codeql timeouts
Disabling js/bad-code-sanitization and js/regex-injection because a recent update caused tons of timeouts and we don't have anything where cryptographic usage is ultra important in our use cases. (cherry picked from commit 6553452)
- Loading branch information
1 parent
f535230
commit 5bfbf2e
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: 'Angular CLI CodeQL config' | ||
|
||
query-filters: | ||
# TODO(josephperrott): reevaluate if these can be reenabled. | ||
- exclude: | ||
id: js/bad-code-sanitization | ||
- exclude: | ||
id: js/regex-injection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters