Skip to content

Commit

Permalink
Update ArrayInPlaceManipulationTaintStep documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Napalys committed Nov 11, 2024
1 parent ae57c12 commit 42f7f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/ql/lib/semmle/javascript/Arrays.qll
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ private module ArrayLibraries {

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

0 comments on commit 42f7f73

Please sign in to comment.