Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2021-06-04 15:27:36 +02:00
parent 350f79e1e1
commit 7f119dd5a9

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Expanded modeling of sensitive data sources to include: subscripting with a key that indicates sensitive data (`obj["password"]`), parameters whose names indicate sensitive data (`def func(password):`), and assignments to variables whose names indicate sensitive data (`password = ...`).