Skip to content

Commit 31721b5

Browse files
committed
JS: Fix missing qldoc
1 parent 05594f2 commit 31721b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/DeepObjectResourceExhaustion.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
import javascript
77
import semmle.javascript.security.TaintedObject
88

9+
/**
10+
* Provides a taint tracking configuration for reasoning about DoS attacks
11+
* due to inefficient handling of user-controlled objects.
12+
*/
913
module DeepObjectResourceExhaustion {
1014
import DeepObjectResourceExhaustionCustomizations::DeepObjectResourceExhaustion
1115

0 commit comments

Comments
 (0)