Merge pull request #11372 from RasmusWL/getpass

Python: Model `getpass.getpass` as source of passwords
This commit is contained in:
Rasmus Wriedt Larsen
2022-11-22 14:49:04 +01:00
committed by GitHub
4 changed files with 42 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added modeling of `getpass.getpass` as a source of passwords, which will be an additional source for `py/clear-text-logging-sensitive-data`, `py/clear-text-storage-sensitive-data`, and `py/weak-sensitive-data-hashing`.