-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Scout is flagging a false positive of CVE-2023-31047 on image #178
Comments
@groovecoder, is this still happening for you? I just tried following the steps you provided and ended up with a very clean image:
|
Yes:
|
I wonder what is going on there: mine:
yours:
Could you also run the |
Oooooh, it looks like I had an old
When I removed that and re-built, the critical went away:
Thanks for the help! |
for sure, any time. |
Dockerfile
and thisrequirements.txt
file.requirements.txt
showsDjango==4.2.19
docker build -t relay .
docker scout cves --only-severity critical local://relay:latest
Expected results:
No critical vulnerability
Actual results:
False positive on CVE-2023-31047 which affects Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1.
Running:
returns:
which is not affected by CVE-2023-31047
The text was updated successfully, but these errors were encountered: