mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user