mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Temporarily vendor codeql/suite-helpers
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
- description: Selectors for selecting the Code-Scanning-relevant queries for a language
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
- alert
|
||||
- path-alert
|
||||
precision:
|
||||
- high
|
||||
- very-high
|
||||
problem.severity:
|
||||
- error
|
||||
- warning
|
||||
tags contain:
|
||||
- security
|
||||
- include:
|
||||
kind:
|
||||
- diagnostic
|
||||
- include:
|
||||
kind:
|
||||
- metric
|
||||
tags contain:
|
||||
- summary
|
||||
- exclude:
|
||||
deprecated: //
|
||||
- exclude:
|
||||
query path: /^experimental\/.*/
|
||||
@@ -0,0 +1,12 @@
|
||||
- description: Selectors for excluding queries that LGTM doesn't display by default
|
||||
- exclude:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision: medium
|
||||
- exclude:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision: high
|
||||
problem.severity: recommendation
|
||||
25
external-packs/codeql/suite-helpers/0.0.2/lgtm-selectors.yml
Normal file
25
external-packs/codeql/suite-helpers/0.0.2/lgtm-selectors.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- description: Selectors for selecting the LGTM-relevant queries for a language
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision:
|
||||
- high
|
||||
- very-high
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision: medium
|
||||
problem.severity:
|
||||
- error
|
||||
- warning
|
||||
- include:
|
||||
kind:
|
||||
- definitions
|
||||
- alert-suppression
|
||||
- file-classifier
|
||||
- exclude:
|
||||
deprecated: //
|
||||
- exclude:
|
||||
query path: /^experimental\/.*/
|
||||
3
external-packs/codeql/suite-helpers/0.0.2/qlpack.yml
Normal file
3
external-packs/codeql/suite-helpers/0.0.2/qlpack.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
name: codeql/suite-helpers
|
||||
version: 0.0.2
|
||||
library: true
|
||||
@@ -0,0 +1,29 @@
|
||||
- description: Selectors for selecting the security-and-quality queries for a language
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision:
|
||||
- high
|
||||
- very-high
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
precision: medium
|
||||
problem.severity:
|
||||
- error
|
||||
- warning
|
||||
- include:
|
||||
kind:
|
||||
- diagnostic
|
||||
- include:
|
||||
kind:
|
||||
- metric
|
||||
tags contain:
|
||||
- summary
|
||||
- exclude:
|
||||
deprecated: //
|
||||
- exclude:
|
||||
query path: /^experimental\/.*/
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
- description: Selectors for selecting the security-extended 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:
|
||||
deprecated: //
|
||||
- exclude:
|
||||
query path: /^experimental\/.*/
|
||||
|
||||
Reference in New Issue
Block a user