dd-trace-php
dd-trace-php copied to clipboard
[Feature] Provide release download checksums
Describe the feature you'd like
Would it be possible to provide checksums for every GitHub release?
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
In addition, the datadog-setup.php script itself should verify the downloaded release to check against tampering.
Looks like github now automatically computes checksums for release artifacts:
However datadog-setup.php does not validate the checksums yet. I do agree that it should.
Could this be prioritized? I would argue that datadog-setup.php checking the checksums is a bare minimum for any serious use, especially in enterprise environments.