File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
swift/ql/lib/codeql/swift/security Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ private class WeakSensitiveDataHashingSinks extends SinkModelCsv {
4848 // CryptoSwift
4949 ";MD5;true;calculate(for:);;;Argument[0];weak-hash-input-MD5" ,
5050 ";MD5;true;callAsFunction(_:);;;Argument[0];weak-hash-input-MD5" ,
51+ ";MD5;true;process(block:currentHash:);;;Argument[0];weak-hash-input-MD5" ,
5152 ";MD5;true;update(withBytes:isLast:);;;Argument[0];weak-hash-input-MD5" ,
5253 ";SHA1;true;calculate(for:);;;Argument[0];weak-hash-input-SHA1" ,
5354 ";SHA1;true;callAsFunction(_:);;;Argument[0];weak-hash-input-SHA1" ,
55+ ";SHA1;true;process(block:currentHash:);;;Argument[0];weak-hash-input-SHA1" ,
5456 ";SHA1;true;update(withBytes:isLast:);;;Argument[0];weak-hash-input-SHA1" ,
5557 ";Digest;true;md5(_:);;;Argument[0];weak-hash-input-MD5" ,
5658 ";Digest;true;sha1(_:);;;Argument[0];weak-hash-input-SHA1" ,
You can’t perform that action at this time.
0 commit comments