Skip to content

Commit 2e5d435

Browse files
committed
add CWE-400, and add a reference to DoS attacks
1 parent 4c97f68 commit 2e5d435

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

javascript/ql/src/Security/CWE-770/ResourceExhaustion.qhelp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
</example>
110110

111111
<references>
112-
112+
<li>
113+
Wikipedia: <a href="https://en.wikipedia.org/wiki/Denial-of-service_attack">Denial-of-service attack</a>.
114+
</li>
113115
</references>
114116

115117
</qhelp>

javascript/ql/src/Security/CWE-770/ResourceExhaustion.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id js/resource-exhaustion
99
* @precision high
1010
* @tags security
11+
* external/cwe/cwe-400
1112
* external/cwe/cwe-770
1213
*/
1314

0 commit comments

Comments
 (0)