Skip to content

Need upgraded versions of "golang.org/x/net","jinja2","requests" packages to resolve security vulnerabilities #125

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

Closed
sivani01 opened this issue Dec 23, 2024 · 2 comments · Fixed by #126
Labels
area/dependency Issues or PRs related to dependency changes

Comments

@sivani01
Copy link

sivani01 commented Dec 23, 2024

Hi, we are currently using operator-sdk v1.37.0 as the base image to build our operator. During our Security scan, below vulnerabilities were found.

Package CVE Current version Required upgraded version  
golang.org/x/net CVE-2024-45338 v0.29.0 v0.33.0  
jinja2 CVE-2024-56201, CVE-2024-56326 v3.1.4 v3.1.5  
requests CVE-2024-35195   v2.32.0  

Can we know by when the new version of operator-sdk will be released with the upgraded versions of these packages?

@sivani01 sivani01 changed the title Need upgraded version of package "golang.org/x/net" to resolve security vulnerabilities Need upgraded versions of "golang.org/x/net","jinja2","requests" packages to resolve security vulnerabilities Dec 31, 2024
@acornett21 acornett21 added the area/dependency Issues or PRs related to dependency changes label Jan 2, 2025
@acornett21
Copy link
Contributor

@acornett21
Copy link
Contributor

Hi @sivani01 I've opened a PR to address the net and jinja2 issues, however the requests issue cannot be fixed at this time, since the protocol http+unix is not available in the fix version.

More info in this comment, and the linked slack discussion.

When the linked PR is merged I'm going to close this, and open an issue just for requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants