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.
8 lines
412 B
Plaintext
8 lines
412 B
Plaintext
# CWE-764: Multiple Locks of a CriticalResource
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-764/UnreleasedLock.ql: /CWE/CWE-764
|
|
@name Lock may not be released (CWE-764)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-764/TwiceLocked.ql: /CWE/CWE-764
|
|
@name Mutex locked twice (CWE-764)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-764/LockOrderCycle.ql: /CWE/CWE-764
|
|
@name Cyclic lock order dependency (CWE-764)
|