Open Snipx opened 3 years ago
Seeing the same with the latest clair-db and clair-scan just scanning the 3.13.2 Alpine image directly out of Dockerhub
Same here, but with a weird version mixup:
clair timeout 1m0s
docker timeout: 1m0s
no whitelist file
Analysing 7 layers
Got results from Clair API v1
Found 1 vulnerabilities
Low: 1
CVE-2020-28928: [Low]
Found in: musl [1.2.2-r0]
Fixed By: 1.2.2_pre2-r0
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28928
It says found in 1.2.2-r0
, fixed in 1.2.2_pre2-r0
, but isn't the latter older than the former?
Same issue still in Alpine 3.13.4
Low CVE-2020-28928 - musl - 1.2.2-r0
Dear Clair team, any chance to fix this one? It's really sad to have this false positive :(
Steps to reproduce:
As we can see in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28928, the issue happens for versions through 1.2.1, even though the detected package version is
1.2.2-r0
.So this is a false positive report from clair which should be fixed I believe.
Thanks a lot in advance.