File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
cpp/config/suites/security Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 55 @name Badly bounded write (CWE-120)
66+ semmlecode-cpp-queries/Security/CWE/CWE-120/OverrunWrite.ql: /CWE/CWE-120
77 @name Potentially overrunning write (CWE-120)
8+ + semmlecode-cpp-queries/Security/CWE/CWE-120/VeryLikelyOverrunWrite.ql: /CWE/CWE-120
9+ @name Likely overrunning write based on non-trivial analysis of value ranges
810+ semmlecode-cpp-queries/Security/CWE/CWE-120/OverrunWriteFloat.ql: /CWE/CWE-120
911 @name Potentially overrunning write with float to string conversion (CWE-120)
1012+ semmlecode-cpp-queries/Best Practices/Likely Errors/OffsetUseBeforeRangeCheck.ql: /CWE/CWE-120
1113 @name Array offset used before range check (CWE-120)
1214+ semmlecode-cpp-queries/Likely Bugs/Memory Management/UnsafeUseOfStrcat.ql: /CWE/CWE-120
13- @name Potentially unsafe use of strcat (CWE-120)
15+ @name Potentially unsafe use of strcat (CWE-120)
You can’t perform that action at this time.
0 commit comments