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.
1 parent 1decf23 commit 0999340Copy full SHA for 0999340
python/ql/src/semmle/python/dataflow/new/SensitiveDataSources.qll
@@ -194,6 +194,12 @@ private module SensitiveDataModeling {
194
not result.regexpMatch(notSensitiveRegexp())
195
}
196
197
+ /**
198
+ * Returns strings (primarily the names of various program entities) that may contain sensitive data
199
+ * with the classification `classification`.
200
+ *
201
+ * This is a helper predicate, used to limit the number of regexp matches that have to be performed.
202
+ */
203
pragma[nomagic]
204
private string sensitiveString(SensitiveDataClassification classification) {
205
result in [
0 commit comments