mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
JS: fix string value of taint configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user