Skip to content

Commit 30d6104

Browse files
tausbnRasmusWL
andauthored
Python: Mention nameIndicatesSensitiveData
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 2bb44d4 commit 30d6104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/semmle/python/dataflow/new/SensitiveDataSources.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ private module SensitiveDataModeling {
217217
* Returns strings (primarily the names of various program entities) that may contain sensitive data
218218
* with the classification `classification`.
219219
*
220-
* This is a helper predicate, used to limit the number of regexp matches that have to be performed.
220+
* This helper predicate ends up being very similar to `nameIndicatesSensitiveData`,
221+
* but is performance optimized to limit the number of regexp matches that have to be performed.
221222
*/
222223
pragma[nomagic]
223224
private string sensitiveString(SensitiveDataClassification classification) {

0 commit comments

Comments
 (0)