History log of /curl/.github/scripts/binarycheck.pl (Results 1 – 1 of 1)
Revision Date Author Comments
# e3240db0 01-Aug-2024 Daniel Stenberg

GHA: scan git repository and detect unvetted binary files

The only binary-looking files that are accepted in the git repository
need to match the checksums in the sha256sum file
".gi

GHA: scan git repository and detect unvetted binary files

The only binary-looking files that are accepted in the git repository
need to match the checksums in the sha256sum file
".github/scripts/binarycheck.sums".

This is done to make sure that no one has planted any hidden (encrypted)
potentially dangerous payload in the tree.

Closes #14333

show more ...