mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'master' into cpp340a
So as to get to change-notes/1.21/analysis-cpp.md
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
@name Call to memory access function may overflow buffer (CWE-119)
|
||||
+ semmlecode-cpp-queries/Critical/OverflowStatic.ql: /CWE/CWE-119
|
||||
@name Static array access may cause overflow (CWE-119)
|
||||
# + semmlecode-cpp-queries/Critical/OverflowDestination.ql: /CWE/CWE-119
|
||||
# ^ disabled due to timeout issue
|
||||
+ semmlecode-cpp-queries/Critical/OverflowDestination.ql: /CWE/CWE-119
|
||||
@name Copy function using source size (CWE-119)
|
||||
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/SuspiciousCallToStrncat.ql: /CWE/CWE-119
|
||||
@name Potentially unsafe call to strncat (CWE-119)
|
||||
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/StrncpyFlippedArgs.ql: /CWE/CWE-119
|
||||
|
||||
Reference in New Issue
Block a user