Java: Deprecate RemoteUserInput.

This commit is contained in:
Anders Schack-Mulligen
2019-05-06 13:43:58 +02:00
parent 10a6362357
commit f367427fb8
16 changed files with 21 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ class Conf extends TaintTracking::Configuration {
Conf() { this = "conf" }
override predicate isSource(DataFlow::Node src) {
src instanceof RemoteUserInput
src instanceof RemoteFlowSource
}
override predicate isSink(DataFlow::Node sink) {