Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2022-01-19 17:24:53 +01:00
parent aa10ad6a8a
commit b9ee2960e2

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* Moved the files defining regex injection configuration and customization, instead of `import semmle.python.security.injection.RegexInjection` please use `import semmle.python.security.dataflow.RegexInjection` (the same for `RegexInjectionCustomizations`).