Skip to content

Commit 193c61c

Browse files
committed
CPP: Re-enable OverflowDestination.ql on the security dashboard.
1 parent 4075f57 commit 193c61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/config/suites/security/cwe-119

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
@name Call to memory access function may overflow buffer (CWE-119)
44
+ semmlecode-cpp-queries/Critical/OverflowStatic.ql: /CWE/CWE-119
55
@name Static array access may cause overflow (CWE-119)
6-
# + semmlecode-cpp-queries/Critical/OverflowDestination.ql: /CWE/CWE-119
7-
# ^ disabled due to timeout issue
6+
+ semmlecode-cpp-queries/Critical/OverflowDestination.ql: /CWE/CWE-119
7+
@name Copy function using source size (CWE-119)
88
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/SuspiciousCallToStrncat.ql: /CWE/CWE-119
99
@name Potentially unsafe call to strncat (CWE-119)
1010
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/StrncpyFlippedArgs.ql: /CWE/CWE-119

0 commit comments

Comments
 (0)