-
Notifications
You must be signed in to change notification settings - Fork 110
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
dnf update not honored #224
Comments
Hi @rupe120! Is there any chance that you are getting the This ➜ /tmp docker run --rm -it --entrypoint bash public.ecr.aws/lambda/python:3.12
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
bash-5.2# rpm -qa |grep libarc
libarchive-3.7.4-2.amzn2023.0.2.x86_64
➜ /tmp snyk container test --platform=linux/amd64 public.ecr.aws/lambda/python:3.12
Testing public.ecr.aws/lambda/python:3.12...
✗ Medium severity vulnerability found in libxml2
Description: Buffer Over-read
Info: https://security.snyk.io/vuln/SNYK-AMZN2023-LIBXML2-8495188
Introduced through: [email protected]
From: [email protected]
Fixed in: 0:2.10.4-1.amzn2023.0.7
Organization: xxx
Package manager: rpm
Project name: docker-image|public.ecr.aws/lambda/python
Docker image: public.ecr.aws/lambda/python:3.12
Platform: linux/amd64
Licenses: enabled
Tested 87 dependencies for known issues, found 1 issue.
-------------------------------------------------------
Testing public.ecr.aws/lambda/python:3.12...
Organization: xxx
Package manager: gomodules
Target file: /usr/local/bin/aws-lambda-rie
Project name: go.amzn.com
Docker image: public.ecr.aws/lambda/python:3.12
Licenses: enabled
✔ Tested 6 dependencies for known issues, no vulnerable paths found.
Tested 2 projects, 1 contained vulnerable paths. Thanks |
Thank you @leandrodamascena that did it |
@leandrodamascena why did the |
I'm trying to remediate Security Hub CVEs and updating libraries via my
Dockerfile
. When I rundocker scout
it indicates that the installed library version is unchanged.This is what my
Dockerfile
currently looks like:There are what I assume are automated bugs for the issues with the library version included.
#208
#207
We need to cleanup our Security Hub findings and this is a blocker right now.
The text was updated successfully, but these errors were encountered: