Merge pull request #3163 from robertbrignull/code_scanning_suites

Add code-scanning suites
This commit is contained in:
Robert
2020-04-06 08:45:40 +01:00
committed by GitHub
6 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- description: Standard Code Scanning queries for C and C++
- qlpack: codeql-cpp
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Standard Code Scanning queries for C#
- qlpack: codeql-csharp
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Standard Code Scanning queries for Java
- qlpack: codeql-java
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Standard Code Scanning queries for JavaScript
- qlpack: codeql-javascript
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,16 @@
- description: Selectors for selecting the Code-Scanning-relevant queries for a language
- include:
kind:
- problem
- path-problem
precision:
- high
- very-high
problem.severity:
- error
- warning
tags contain:
- security
- exclude:
deprecated: //

View File

@@ -0,0 +1,4 @@
- description: Standard Code Scanning queries for Python
- qlpack: codeql-python
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers