Update javascript/ql/src/semmle/javascript/security/dataflow/DeepObjectResourceExhaustionCustomizations.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F
2021-03-02 14:02:35 +00:00
committed by GitHub
parent 6c884f86d2
commit 919ee38049

View File

@@ -12,7 +12,7 @@ private import semmle.javascript.security.TaintedObjectCustomizations
*/
module DeepObjectResourceExhaustion {
/**
* A data flow source for slow input validation.
* A data flow source for inefficient handling of user-controlled objects.
*/
abstract class Source extends DataFlow::Node {
/** Gets a flow label to associate with this source. */