mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: Add qldoc to deprecated class member
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user