We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d18b4 commit 6c267f4Copy full SHA for 6c267f4
cpp/ql/src/Security/CWE/CWE-676/DangerousFunctionOverflow.qhelp
@@ -30,8 +30,8 @@ Potentially Dangerous Function") include <code>strcpy</code>
30
and <code>strcat</code>. Use of these functions is highlighted by
31
rules for the following CWEs:</p>
32
<ul>
33
-<li><a href="https://cwe.mitre.org/data/definitions/120.html"></a>CWE-120 Classic Buffer Overflow</a>.
34
-</li><li><a href="https://cwe.mitre.org/data/definitions/131.html"></a>CWE-131 Incorrect Calculation of Buffer Size</a>.
+<li><a href="https://cwe.mitre.org/data/definitions/120.html">CWE-120 Classic Buffer Overflow</a>.
+</li><li><a href="https://cwe.mitre.org/data/definitions/131.html">CWE-131 Incorrect Calculation of Buffer Size</a>.
35
</li></ul>
36
37
</section>
0 commit comments