Python: Add explanatory QLDoc comment

This commit is contained in:
Taus
2021-07-14 10:42:07 +00:00
committed by GitHub
parent 1decf23785
commit 09993406f1

View File

@@ -194,6 +194,12 @@ private module SensitiveDataModeling {
not result.regexpMatch(notSensitiveRegexp())
}
/**
* 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.
*/
pragma[nomagic]
private string sensitiveString(SensitiveDataClassification classification) {
result in [