Skip to content

Commit 6c884f8

Browse files
asgerferik-krogh
andauthored
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 6e0322d commit 6c884f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ module DeepObjectResourceExhaustion {
3232
}
3333

3434
/**
35-
* A data flow sink for slow input validation.
35+
* A data flow sink for inefficient handling of user-controlled objects.
3636
*/
3737
abstract class Sink extends DataFlow::Node {
3838
/**
3939
* 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.
4141
*/
4242
abstract predicate hasReason(DataFlow::Node link, string text);
4343
}
4444

4545
/**
46-
* A sanitizer for slow input validation.
46+
* A sanitizer for inefficient handling of user-controlled objects.
4747
*/
4848
abstract class Sanitizer extends DataFlow::Node { }
4949

0 commit comments

Comments
 (0)