Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2022-03-21 16:18:40 +01:00
parent b8dee25cce
commit 978ef05571

View File

@@ -0,0 +1,8 @@
---
category: deprecated
---
* Queries importing a data-flow configuration from `semmle.python.security.dataflow`
should ensure that the imported file ends with `Query`, and only import its top-level
module. For example, a query that used `CommandInjection::Configuration` from
`semmle.python.security.dataflow.CommandInjection` should from now use `Configuration`
from `semmle.python.security.dataflow.CommandInjectionQuery` instead.