File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ql/src/Security/CWE/CWE-120 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66+ semmlecode-cpp-queries/Security/CWE/CWE-120/OverrunWrite.ql: /CWE/CWE-120
77 @name Potentially overrunning write (CWE-120)
88+ 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
9+ @name Likely overrunning write
1010+ semmlecode-cpp-queries/Security/CWE/CWE-120/OverrunWriteFloat.ql: /CWE/CWE-120
1111 @name Potentially overrunning write with float to string conversion (CWE-120)
1212+ semmlecode-cpp-queries/Best Practices/Likely Errors/OffsetUseBeforeRangeCheck.ql: /CWE/CWE-120
Original file line number Diff line number Diff line change 11/**
2- * @name Likely overrunning write based on non-trivial analysis of value ranges
2+ * @name Likely overrunning write
33 * @description Buffer write operations that do not control the length
44 * of data written may overflow
55 * @kind problem
You can’t perform that action at this time.
0 commit comments