We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dee25 commit 978ef05Copy full SHA for 978ef05
1 file changed
python/ql/lib/change-notes/2022-03-21-query-suffix-convention.md
@@ -0,0 +1,8 @@
1
+---
2
+category: deprecated
3
4
+* Queries importing a data-flow configuration from `semmle.python.security.dataflow`
5
+ should ensure that the imported file ends with `Query`, and only import its top-level
6
+ module. For example, a query that used `CommandInjection::Configuration` from
7
+ `semmle.python.security.dataflow.CommandInjection` should from now use `Configuration`
8
+ from `semmle.python.security.dataflow.CommandInjectionQuery` instead.
0 commit comments