Create security-experimental suite helper and all language suite implementations

This commit is contained in:
turbo
2022-12-14 22:42:56 +01:00
parent b35a1d4206
commit 1e5426fca2
9 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- description: Extended and experimental security queries for C and C++
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers
- apply: codeql-suites/exclude-slow-queries.yml

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for C#
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for Go
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for Java and Kotlin
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for JavaScript and TypeScript
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,45 @@
- description: Selectors for selecting the security-extended and experimental security queries for a language
- include:
kind:
- problem
- path-problem
precision:
- high
- very-high
tags contain:
- security
- include:
kind:
- problem
- path-problem
precision:
- medium
problem.severity:
- error
- warning
tags contain:
- security
- include:
kind:
- diagnostic
- include:
kind:
- metric
tags contain:
- summary
- exclude:
query path:
- /^experimental\/.*/
- include:
tags contain all:
- security
- experimental
- exclude:
deprecated: //
- exclude:
query path:
- Metrics/Summaries/FrameworkCoverage.ql
- /Diagnostics/Internal/.*/
- exclude:
tags contain:
- model-generator

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for Python
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for Ruby
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Extended and experimental security queries for Swift
- queries: .
- apply: security-experimental-selectors.yml
from: codeql/suite-helpers