Skip to content

Commit e1bfc6c

Browse files
committed
JS: Add qldoc to deprecated class member
1 parent ab1947a commit e1bfc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/src/semmle/javascript/frameworks/UriLibraries.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import javascript
1010
* A taint propagating data flow edge arising from an operation in a URI library.
1111
*/
1212
abstract deprecated class UriLibraryStep extends DataFlow::ValueNode {
13+
/** Holds if `pred -> succ` is a step through a URI library function. */
1314
predicate step(DataFlow::Node pred, DataFlow::Node succ) { none() }
1415
}
1516

0 commit comments

Comments
 (0)