You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -831,7 +831,7 @@ module TaintTracking {
831
831
}
832
832
833
833
/**
834
-
* Holds if the property `loadStep` should be copied from the object `pred` to the property `storeStep` of object `succ`.
834
+
* Holds if the property `loadProp` should be copied from the object `pred` to the property `storeProp` of object `succ`.
835
835
*
836
836
* This step is used to copy the value of our pseudo-property that can later be accessed using a `get` or `getAll` call.
837
837
* For an expression `url.searchParams`, the property `hiddenUrlPseudoProperty()` from the `url` object is stored in the property `getableUrlPseudoProperty()` on `url.searchParams`.
0 commit comments