Skip to content
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

CVE-2023-45288 #3751

Closed
eXaminator opened this issue May 6, 2024 · 3 comments
Closed

CVE-2023-45288 #3751

eXaminator opened this issue May 6, 2024 · 3 comments

Comments

@eXaminator
Copy link

It seems there is a CVE in Go: https://avd.aquasec.com/nvd/cve-2023-45288

Trivvy finds this CVE in our project using esbuild through tsx:
image

@evanw
Copy link
Owner

evanw commented May 6, 2024

This vulnerability is irrelevant in a development server that is never exposed to the internet. See esbuild’s documentation about the development server:

Note that this web server is intended to only be used in development. Do not use this in production.

and the FAQ entry about noise from vulnerability scanners:

These reports are benign and should be ignored. … Later versions of Go have dropped support for certain older platforms that I want esbuild to be able to run on (e.g. older versions of macOS).

@evanw
Copy link
Owner

evanw commented May 12, 2024

I'm closing this issue as it's irrelevant, as described above.

@evanw evanw closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
@coolbeatz71
Copy link

coolbeatz71 commented May 15, 2024

I'm facing the same issue. Any fix? golang must be updated to version 1.21.9 or above. I can propose a PR for that @evanw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants