We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nameIndicatesSensitiveData
1 parent 2bb44d4 commit 30d6104Copy full SHA for 30d6104
python/ql/src/semmle/python/dataflow/new/SensitiveDataSources.qll
@@ -217,7 +217,8 @@ private module SensitiveDataModeling {
217
* Returns strings (primarily the names of various program entities) that may contain sensitive data
218
* with the classification `classification`.
219
*
220
- * 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`,
221
+ * but is performance optimized to limit the number of regexp matches that have to be performed.
222
*/
223
pragma[nomagic]
224
private string sensitiveString(SensitiveDataClassification classification) {
0 commit comments