We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae57c12 commit 42f7f73Copy full SHA for 42f7f73
javascript/ql/lib/semmle/javascript/Arrays.qll
@@ -447,6 +447,7 @@ private module ArrayLibraries {
447
448
/**
449
* A taint propagating data flow edge arising from in-place array manipulation operations.
450
+ * The methods return the pointer to `this` array as well.
451
*/
452
private class ArrayInPlaceManipulationTaintStep extends TaintTracking::SharedTaintStep {
453
override predicate heapStep(DataFlow::Node pred, DataFlow::Node succ) {
0 commit comments