JS: Add qldoc to deprecated class member

This commit is contained in:
Asger Feldthaus
2021-03-16 12:46:21 +00:00
parent ab1947a028
commit e1bfc6cd38

View File

@@ -10,6 +10,7 @@ import javascript
* A taint propagating data flow edge arising from an operation in a URI library.
*/
abstract deprecated class UriLibraryStep extends DataFlow::ValueNode {
/** Holds if `pred -> succ` is a step through a URI library function. */
predicate step(DataFlow::Node pred, DataFlow::Node succ) { none() }
}