mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
17 lines
297 B
YAML
17 lines
297 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: //
|
|
|