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 ab1947a commit e1bfc6cCopy full SHA for e1bfc6c
javascript/ql/src/semmle/javascript/frameworks/UriLibraries.qll
@@ -10,6 +10,7 @@ import javascript
10
* A taint propagating data flow edge arising from an operation in a URI library.
11
*/
12
abstract deprecated class UriLibraryStep extends DataFlow::ValueNode {
13
+ /** Holds if `pred -> succ` is a step through a URI library function. */
14
predicate step(DataFlow::Node pred, DataFlow::Node succ) { none() }
15
}
16
0 commit comments