Skip to content

fix(deps): switch to version 1.23 of go; update pnpm deps - #153

Merged
yesudeep merged 1 commit into
mainfrom
yesudeep/chore/bloody-curtain
Mar 25, 2025
Merged

fix(deps): switch to version 1.23 of go; update pnpm deps#153
yesudeep merged 1 commit into
mainfrom
yesudeep/chore/bloody-curtain

Conversation

@yesudeep

Copy link
Copy Markdown
Collaborator

CHANGELOG:

  • Update pnpm dependencies for dotprompt as well
  • Update to use stable go versions 1.23 and 1.24.

ADDRESS:

  • Malformed DNS message can cause infinite loop in net. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-24788
  • Denial of service due to improper 100-continue handling in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-24791
  • Stack exhaustion in all Parse functions in go/parser. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34155
  • Stack exhaustion in Decoder.Decode in encoding/gob. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34156
  • Stack exhaustion in Parse in go/build/constraint. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34158
  • Sensitive headers incorrectly sent after cross-domain redirect in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-45336
  • Usage of IPv6 zone IDs can bypass URI name constraints in crypto/x509. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-45341
  • Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2025-22866
  • Mishandling of corrupt central directory record in archive/zip. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-236w-p7wf-5ph8
  • Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-32ch-6x54-q4h9
  • Verify panics on certificates with an unknown public key algorithm in crypto/x509. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-3q2c-pvp5-3cqp
  • Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses in net/netip. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-49gw-vxvf-fc2g
  • HTTP/2 CONTINUATION flood in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-4v7x-pqxf-cx7m
  • Comments in display names are incorrectly handled in net/mail. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-fgq5-q76c-gx78
  • Errors returned from JSON marshaling may break template escaping in html/template. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-j6m3-gc37-6r6q
  • Memory exhaustion in multipart form parsing in net/textproto and net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-rr6r-cfgf-gc6h

CHANGELOG:
- [ ] Update pnpm dependencies for dotprompt as well
- [ ] Update to use stable go versions 1.23 and 1.24.

ADDRESS:
- Malformed DNS message can cause infinite loop in net. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-24788
- Denial of service due to improper 100-continue handling in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-24791
- Stack exhaustion in all Parse functions in go/parser. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34155
- Stack exhaustion in Decoder.Decode in encoding/gob. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34156
- Stack exhaustion in Parse in go/build/constraint. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-34158
- Sensitive headers incorrectly sent after cross-domain redirect in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-45336
- Usage of IPv6 zone IDs can bypass URI name constraints in crypto/x509. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2024-45341
- Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerCVE-2025-22866
- Mishandling of corrupt central directory record in archive/zip. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-236w-p7wf-5ph8
- Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-32ch-6x54-q4h9
- Verify panics on certificates with an unknown public key algorithm in crypto/x509. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-3q2c-pvp5-3cqp
- Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses in net/netip. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-49gw-vxvf-fc2g
- HTTP/2 CONTINUATION flood in net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-4v7x-pqxf-cx7m
- Comments in display names are incorrectly handled in net/mail. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-fgq5-q76c-gx78
- Errors returned from JSON marshaling may break template escaping in html/template. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-j6m3-gc37-6r6q
- Memory exhaustion in multipart form parsing in net/textproto and net/http. Current version of 'stdlib' is vulnerable: 1.22.0. (Trunk)osv-scannerGHSA-rr6r-cfgf-gc6h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants