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 a9469b7 commit a7eb1b3Copy full SHA for a7eb1b3
python/ql/src/semmle/python/security/dataflow/CleartextStorage.qll
@@ -21,8 +21,7 @@ module CleartextStorage {
21
import CleartextStorageCustomizations::CleartextStorage
22
23
/**
24
- * A taint-tracking configuration for detecting use of a broken or weak
25
- * cryptographic hashing algorithm on sensitive data.
+ * A taint-tracking configuration for detecting "Clear-text storage of sensitive information".
26
*/
27
class Configuration extends TaintTracking::Configuration {
28
Configuration() { this = "CleartextStorage" }
0 commit comments