File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/src/semmle/javascript/security/dataflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ module DeepObjectResourceExhaustion {
32
32
}
33
33
34
34
/**
35
- * A data flow sink for slow input validation .
35
+ * A data flow sink for inefficient handling of user-controlled objects .
36
36
*/
37
37
abstract class Sink extends DataFlow:: Node {
38
38
/**
39
39
* Holds if `link` and `text` should be included in the message to explain
40
- * why the input validation is slow.
40
+ * why the handling of the object is slow.
41
41
*/
42
42
abstract predicate hasReason ( DataFlow:: Node link , string text ) ;
43
43
}
44
44
45
45
/**
46
- * A sanitizer for slow input validation .
46
+ * A sanitizer for inefficient handling of user-controlled objects .
47
47
*/
48
48
abstract class Sanitizer extends DataFlow:: Node { }
49
49
You can’t perform that action at this time.
0 commit comments