Skip to content

Commit a7eb1b3

Browse files
committed
Python: Minor QLDoc fixup
1 parent a9469b7 commit a7eb1b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/src/semmle/python/security/dataflow/CleartextStorage.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ module CleartextStorage {
2121
import CleartextStorageCustomizations::CleartextStorage
2222

2323
/**
24-
* A taint-tracking configuration for detecting use of a broken or weak
25-
* cryptographic hashing algorithm on sensitive data.
24+
* A taint-tracking configuration for detecting "Clear-text storage of sensitive information".
2625
*/
2726
class Configuration extends TaintTracking::Configuration {
2827
Configuration() { this = "CleartextStorage" }

0 commit comments

Comments
 (0)