mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
28 lines
476 B
YAML
28 lines
476 B
YAML
- 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\/.*/
|