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
597 B
Plaintext
10 lines
597 B
Plaintext
# CWE-468: Incorrect pointer scaling
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-468/IncorrectPointerScaling.ql: /CWE/CWE-468
|
|
@name Suspicious pointer scaling (CWE-468)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-468/IncorrectPointerScalingChar.ql: /CWE/CWE-468
|
|
@name Suspicious pointer scaling to char (CWE-468)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-468/IncorrectPointerScalingVoid.ql: /CWE/CWE-468
|
|
@name Suspicious pointer scaling to void (CWE-468)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-468/SuspiciousAddWithSizeof.ql: /CWE/CWE-468
|
|
@name Suspicious add with sizeof (CWE-468)
|