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

build with golang 1.22.7 to address CVE-2024-34156 #3916

Closed
wants to merge 1 commit into from

Conversation

ssmirr
Copy link

@ssmirr ssmirr commented Sep 18, 2024

this high severity CVE was found in current release of esbuild as a result of being built with golang 1.22.5:

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬─────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                            Title                            │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼─────────────────────────────────────────────────────────────┤
│ stdlib  │ CVE-2024-34156 │ HIGH     │ fixed  │ 1.22.5            │ 1.22.7, 1.23.1  │ encoding/gob: golang: Calling Decoder.Decode on a message   │
│         │                │          │        │                   │                 │ which contains deeply nested structures...                  │
│         │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-34156                  │
  • Bump golang to 1.22.7 in ci workflow (this PR)
  • TODO: A follow up release / push to npm would be great after this is merge

@evanw
Copy link
Owner

evanw commented Sep 21, 2024

Closing in favor of #3902.

@evanw evanw closed this Sep 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants