JS: fix string value of taint configuration

This commit is contained in:
Asger F
2018-11-21 12:35:35 +00:00
parent 4ae2493798
commit 8c7e19567b

View File

@@ -50,7 +50,7 @@ module UnsafeDynamicMethodAccess {
* A taint-tracking configuration for reasoning about unsafe dynamic method access.
*/
class Configuration extends TaintTracking::Configuration {
Configuration() { this = "RemotePropertyInjection" }
Configuration() { this = "UnsafeDynamicMethodAccess" }
override predicate isSource(DataFlow::Node source, DataFlow::FlowLabel label) {
source.(Source).getFlowLabel() = label