We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7140361 commit 34a577dCopy full SHA for 34a577d
javascript/ql/lib/semmle/javascript/security/dataflow/CodeInjectionQuery.qll
@@ -36,7 +36,7 @@ module CodeInjectionFlow = TaintTracking::Global<CodeInjectionConfig>;
36
/**
37
* DEPRRECATED. Use the `CodeInjectionFlow` module instead.
38
*/
39
-deprecated class Configuration extends TaintTracking::Configuration {
+class Configuration extends TaintTracking::Configuration {
40
Configuration() { this = "CodeInjection" }
41
42
override predicate isSource(DataFlow::Node source) { source instanceof Source }
0 commit comments