We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dc14d commit 3000b4bCopy full SHA for 3000b4b
javascript/ql/lib/semmle/javascript/frameworks/React.qll
@@ -857,7 +857,7 @@ private class StateTaintStep extends TaintTracking::SharedTaintStep {
857
* data to flow from `v` to any read of `c2.props.p`, where `c2`
858
* also is an instance of `C`.
859
*/
860
-private class PropsTaintStep extends PreCallGraphStep {
+private class PropsFlowStep extends PreCallGraphStep {
861
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
862
exists(ReactComponent c, string name, DataFlow::PropRead prn |
863
prn = c.getAPropRead(name) or
0 commit comments