JS: Add missing QLdoc

This commit is contained in:
Asger Feldthaus
2021-08-10 09:39:57 +02:00
parent 71930f93f1
commit 3a6da34454

View File

@@ -19,6 +19,7 @@ class Configuration extends TaintTracking::Configuration {
override predicate isSource(DataFlow::Node source) { source instanceof Source }
/** Holds if `sink` is a command-injection sink with `highlight` as the corresponding alert location. */
predicate isSinkWithHighlight(DataFlow::Node sink, DataFlow::Node highlight) {
sink instanceof Sink and highlight = sink
or