mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
19 lines
344 B
YAML
19 lines
344 B
YAML
- 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: //
|
|
- exclude:
|
|
query path: /^experimental\/.*/
|
|
|