mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
As the queries live here, it makes sense for the suites to be versioned together with them. The LGTM suite has already been moved. This commit moves the actively-maintained non-LGTM suites.
10 lines
518 B
Plaintext
10 lines
518 B
Plaintext
# CWE-772: Missing Release of Resource after Effective Lifetime
|
|
+ semmlecode-cpp-queries/Critical/FileMayNotBeClosed.ql: /CWE/CWE-772
|
|
@name Open file may not be closed (CWE-772)
|
|
+ semmlecode-cpp-queries/Critical/FileNeverClosed.ql: /CWE/CWE-772
|
|
@name Open file is not closed (CWE-772)
|
|
+ semmlecode-cpp-queries/Critical/MemoryMayNotBeFreed.ql: /CWE/CWE-772
|
|
@name Memory may not be freed (CWE-772)
|
|
+ semmlecode-cpp-queries/Critical/MemoryNeverFreed.ql: /CWE/CWE-772
|
|
@name Memory is never freed (CWE-772)
|