add CWE-400, and add a reference to DoS attacks

This commit is contained in:
Erik Krogh Kristensen
2022-04-14 18:37:50 +02:00
parent 4c97f68a3d
commit 2e5d435bea
2 changed files with 4 additions and 1 deletions

View File

@@ -109,7 +109,9 @@
</example>
<references>
<li>
Wikipedia: <a href="https://en.wikipedia.org/wiki/Denial-of-service_attack">Denial-of-service attack</a>.
</li>
</references>
</qhelp>

View File

@@ -8,6 +8,7 @@
* @id js/resource-exhaustion
* @precision high
* @tags security
* external/cwe/cwe-400
* external/cwe/cwe-770
*/