Python: Re-introduce old dataflow configs .qll files

and move all the old deprecated aliases to that file. We now have a
situation where all queries should work as they did before, and we just
have these new Query.qll files that contain the implementation.

(deprecation comes later)
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-21 14:32:17 +01:00
parent 1bf8fa6a3b
commit 0125aea91b
25 changed files with 544 additions and 176 deletions

View File

@@ -28,10 +28,3 @@ import semmle.python.dataflow.new.TaintTracking
guard instanceof SanitizerGuard
}
}
/**
* DEPRECATED: Don't extend this class for customization, since this will lead to bad
* performance, instead use the new `CodeInjectionCustomizations.qll` file, and extend
* its' classes.
*/
deprecated class CodeInjectionConfiguration = CodeInjection::Configuration;