mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Update ArrayInPlaceManipulationTaintStep documentation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user