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 60da193 commit 8d1e7daCopy full SHA for 8d1e7da
python/ql/src/semmle/python/security/dataflow/WeakSensitiveDataHashingCustomizations.qll
@@ -140,7 +140,7 @@ module ComputationallyExpensiveHashFunction {
140
algorithm instanceof Cryptography::PasswordHashingAlgorithm and
141
algorithm.isWeak()
142
or
143
- algorithm instanceof Cryptography::HashingAlgorithm
+ algorithm instanceof Cryptography::HashingAlgorithm // Note that HashingAlgorithm and PasswordHashingAlgorithm are disjoint
144
) and
145
exists(Cryptography::CryptographicOperation operation |
146
algorithm = operation.getAlgorithm() and
0 commit comments