Compare commits

...

1 Commits

Author SHA1 Message Date
Esben Sparre Andreasen
b4a751fd71 add security-extended-twice suite (JS only) 2022-08-02 14:16:02 +02:00
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- description: Security-extended-twice queries for JavaScript
- queries: .
- apply: security-extended-twice-selectors.yml
from: codeql/suite-helpers
# javascript special case: the ml-powered queries are still an opt-in feature
- exclude:
query path:
- /^experimental\/adaptivethreatmodeling\/.*/

View File

@@ -0,0 +1,8 @@
- description: Selectors for selecting the security-extended-twice queries for a language
- apply: security-extended-selectors.yml
# also include the community-contributed security queries
- include:
query path:
- /^experimental\/.*/
tags contain:
- security