revanced-manager
revanced-manager copied to clipboard
feat: add checksums verification to Gradle
🔧 Add checksums check to Gradle
Allows for verification for the downloaded binary using SHA-256 hash comparison. This increases security against targeted attacks by preventing a man-in-the-middle attacker from tampering with the downloaded Gradle and in rare case, attacker gets access to the Gradle servers.
- add
distributionSha256Sumto Gradle properties
Note
- The checksum is provided here - https://gradle.org/release-checksums/
Resource
I love git
while we are here, should we add sha256 checksums to revanced manager's release?