Skip to content

Commit 3d9ca9c

Browse files
committed
Suppress codeql
1 parent 9a8ba2e commit 3d9ca9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish-scripts/chocolatey/buildNUPKG.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def preparePackage():
5555
wget.download(url)
5656

5757
# get the checksums
58+
# CodeQL [SM02167] False Positive: CodeQL wrongly detected. Authorized hash algorithm (SHA-512) is used; this is defined on line 13 of this script.
5859
fileHash = produceHashForfile(fileName, HASH)
5960
substitutionMapping[f"CHECKSUM_{arch}"] = fileHash
6061

0 commit comments

Comments
 (0)