Python: Mention nameIndicatesSensitiveData

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Taus
2021-07-14 17:33:39 +02:00
committed by GitHub
parent 2bb44d49d9
commit 30d61045d2

View File

@@ -217,7 +217,8 @@ private module SensitiveDataModeling {
* Returns strings (primarily the names of various program entities) that may contain sensitive data
* with the classification `classification`.
*
* This is a helper predicate, used to limit the number of regexp matches that have to be performed.
* This helper predicate ends up being very similar to `nameIndicatesSensitiveData`,
* but is performance optimized to limit the number of regexp matches that have to be performed.
*/
pragma[nomagic]
private string sensitiveString(SensitiveDataClassification classification) {