Skip to content

Commit 42f7f73

Browse files
committed
Update ArrayInPlaceManipulationTaintStep documentation
1 parent ae57c12 commit 42f7f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/lib/semmle/javascript/Arrays.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ private module ArrayLibraries {
447447

448448
/**
449449
* A taint propagating data flow edge arising from in-place array manipulation operations.
450+
* The methods return the pointer to `this` array as well.
450451
*/
451452
private class ArrayInPlaceManipulationTaintStep extends TaintTracking::SharedTaintStep {
452453
override predicate heapStep(DataFlow::Node pred, DataFlow::Node succ) {

0 commit comments

Comments
 (0)