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 {
48
48
// CryptoSwift
49
49
";MD5;true;calculate(for:);;;Argument[0];weak-hash-input-MD5" ,
50
50
";MD5;true;callAsFunction(_:);;;Argument[0];weak-hash-input-MD5" ,
51
+ ";MD5;true;process(block:currentHash:);;;Argument[0];weak-hash-input-MD5" ,
51
52
";MD5;true;update(withBytes:isLast:);;;Argument[0];weak-hash-input-MD5" ,
52
53
";SHA1;true;calculate(for:);;;Argument[0];weak-hash-input-SHA1" ,
53
54
";SHA1;true;callAsFunction(_:);;;Argument[0];weak-hash-input-SHA1" ,
55
+ ";SHA1;true;process(block:currentHash:);;;Argument[0];weak-hash-input-SHA1" ,
54
56
";SHA1;true;update(withBytes:isLast:);;;Argument[0];weak-hash-input-SHA1" ,
55
57
";Digest;true;md5(_:);;;Argument[0];weak-hash-input-MD5" ,
56
58
";Digest;true;sha1(_:);;;Argument[0];weak-hash-input-SHA1" ,
You can’t perform that action at this time.
0 commit comments