Skip to content

Commit 3000b4b

Browse files
erik-kroghasgerf
andauthored
rename PropsTaintStep to PropsFlowStep
Co-authored-by: Asger F <[email protected]>
1 parent 58dc14d commit 3000b4b

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/React.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ private class StateTaintStep extends TaintTracking::SharedTaintStep {
857857
* data to flow from `v` to any read of `c2.props.p`, where `c2`
858858
* also is an instance of `C`.
859859
*/
860-
private class PropsTaintStep extends PreCallGraphStep {
860+
private class PropsFlowStep extends PreCallGraphStep {
861861
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
862862
exists(ReactComponent c, string name, DataFlow::PropRead prn |
863863
prn = c.getAPropRead(name) or

0 commit comments

Comments
 (0)