Skip to content

Commit 978ef05

Browse files
committed
Python: Add change-note
1 parent b8dee25 commit 978ef05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)