mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
missed deprecation label removal for code injection query
This commit is contained in:
@@ -36,7 +36,7 @@ module CodeInjectionFlow = TaintTracking::Global<CodeInjectionConfig>;
|
||||
/**
|
||||
* DEPRRECATED. Use the `CodeInjectionFlow` module instead.
|
||||
*/
|
||||
deprecated class Configuration extends TaintTracking::Configuration {
|
||||
class Configuration extends TaintTracking::Configuration {
|
||||
Configuration() { this = "CodeInjection" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof Source }
|
||||
|
||||
Reference in New Issue
Block a user