-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Description of the issue
The rule cpp/memory-may-not-be-freed in cpp/ql/src/Critical/MemoryMayNotBeFreed.ql (and many other rules in the same directory) is not in the security-and-quality suite.
This is surprising as it is in the Critical/ directory and detects an important kind of security vulnerability. I would expect it in the security-extended or security-and-quality suite.
cpp/memory-may-not-be-freed lacks the property @precision
. I believe that is the reason why it is not selected in security-and-quality suite.
codeql/misc/suite-helpers/security-and-quality-selectors.yml
Lines 1 to 16 in fefc02d
- 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 |
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested