The dependency-check gradle plugin is a Software Composition Analysis (SCA) tool that allows projects to monitor dependent libraries for known, published vulnerabilities.
the key in use appears to be the right key, but when we compute the sha256 we get a different value than is provided for the dependency-check-gradle-7.1.1.pom
$ shasum -a 256 dependency-check-gradle-7.1.1.pom
8874490cd13af261f2e4c409a7dc7bd949a630c4082f7d33069fa1e6f579970e dependency-check-gradle-7.1.1.pom
This is from maven...
curl -X GET "https://repo1.maven.org/maven2/org/owasp/dependency-check-gradle/7.1.1/dependency-check-gradle-7.1.1.pom.sha256"
09b6282b5af38b54e0fa661628b151592b981a6846b2aa598655c0f8b893086a
I am unsure as to why only this one file has a different sha256, the rest of the files appear to be valid. Any ideas on cause and a solution?
Hello,
I am using Gradle 7.4 and dependencycheck 7.1.1
The verification failed for the POM
the key in use appears to be the right key, but when we compute the sha256 we get a different value than is provided for the
dependency-check-gradle-7.1.1.pom
This is from maven...
I am unsure as to why only this one file has a different sha256, the rest of the files appear to be valid. Any ideas on cause and a solution?