We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05594f2 commit 31721b5Copy full SHA for 31721b5
javascript/ql/src/semmle/javascript/security/dataflow/DeepObjectResourceExhaustion.qll
@@ -6,6 +6,10 @@
6
import javascript
7
import semmle.javascript.security.TaintedObject
8
9
+/**
10
+ * Provides a taint tracking configuration for reasoning about DoS attacks
11
+ * due to inefficient handling of user-controlled objects.
12
+ */
13
module DeepObjectResourceExhaustion {
14
import DeepObjectResourceExhaustionCustomizations::DeepObjectResourceExhaustion
15
0 commit comments