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 5dc2bb7 commit 4a84431Copy full SHA for 4a84431
python/ql/test/experimental/dataflow/sensitive-data/test.py
@@ -37,6 +37,10 @@ def encrypt_password(pwd):
37
x = f()
38
print(x) # $ SensitiveUse=password
39
40
+# some prefixes makes us ignore it as a source
41
+not_found.isSecret
42
+not_found.is_secret # $ SPURIOUS: SensitiveDataSource=secret
43
+
44
def my_func(non_sensitive_name):
45
x = non_sensitive_name()
46
0 commit comments