Vulnerability detected in a particular version in build.gradle
chughpiyush opened this issue ยท 5 comments
Lately I was testing for vulnerabilities in my application and it was when I realized that one of the transitive vulnerable dependency was coming in from this project.
Then I ran Owasp dependency checker and got to know that commons-compress-1.2.jar
is vulnerable to CVE-2012-2098.
CVE-2012-2098 suppress
Algorithmic complexity vulnerability in the sorting algorithms in bzip2 compressing stream (BZip2CompressorOutputStream) in Apache Commons Compress before 1.4.1 allows remote attackers to cause a denial of service (CPU consumption) via a file with many repeating inputs.
CWE-310 Cryptographic Issues
I think we should fix it in this project and I can give a Pull Request as soon as this issue is approved.
๐
A PR that updates the dependencies would be appreciated.
A PR that updates the dependencies would be appreciated.
I would need to sign the CLA first, is that right?
A PR that updates the dependencies would be appreciated.
I would need to sign the CLA first, is that right?
yes
This issue is solved by #67.
@chughpiyush Thank you again for raising this and contributing a fix.
@chughpiyush We've published v0.8.0 including your contributions.