🐛 Summary
Invalid sha512 checksum for icsa-25-079-01:
Document Url(s):
To reproduce
Execute in a bash (like) shell:
shaFailedUrls=(
"https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-079-01.json"
)
for url in "${shaFailedUrls[@]}"; do
echo "CSAF document $url"
wget -q "$url"
wget -q "$url.sha512"
sha512sum -c $(basename "$url").sha512
echo ""
done
Expected behavior
Expected check to succeed, but it failed.
Any helpful log output or screenshots
Output of commands above:
CSAF document https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-079-01.json
icsa-25-079-01.json: FAILED
sha512sum: WARNING: 1 computed checksum did NOT match
🐛 Summary
Invalid sha512 checksum for
icsa-25-079-01:Document Url(s):
To reproduce
Execute in a bash (like) shell:
Expected behavior
Expected check to succeed, but it failed.
Any helpful log output or screenshots
Output of commands above: