Skip to content

Commit e5e572f

Browse files
committed
Added 'deepcode ignore insecureHash'
1 parent e967187 commit e5e572f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wsjcpp_hashes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ std::string WsjcppHashes::getMd5ByFile(const std::string &sFilename) {
5151
f.close();
5252

5353
MD5 md5;
54+
// deepcode ignore insecureHash: legacy support
5455
md5.update(pBuffer, nBufferSize);
5556
md5.finalize();
5657
return md5.hexdigest();

0 commit comments

Comments
 (0)