Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-11-08 17:20:05 +01:00
parent 4943fc5a57
commit 3023d3b8c0

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added taint-flow modeling for regular expressions with `re` module from the standard library.