mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
35 lines
558 B
YAML
35 lines
558 B
YAML
- 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\/.*/
|
|
|