Please publish v1.5.4 to RubyGems
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
Research direction
Start by comparing the GitHub v1.5.4 release with the current 1.5.3 listing on RubyGems and review the v1.5.3 release note about publishing. Done means v1.5.4, or a newer build, is published to RubyGems with the updated Go dependencies available to users.
Written by the indexing model from the issue text.
Description
v1.5.4 was released on GitHub on February 3, 2025, but it hasn't been published to RubyGems — the latest version there is still 1.5.3 from November 2024.
This is causing multiple CVEs to be flagged by container image scanners (AWS ECR Inspector) on the pre-built Go binaries shipped in the 1.5.3 gem:
- CVE-2024-45337 (golang.org/x/crypto, CVSS 9.1) — SSH PublicKeyCallback authorization bypass. The
1.5.3gem ships golang.org/x/crypto v0.17.0, fix requires >= v0.31.0. Confirmed fixed in v1.5.4 which bumps it to v0.31.0. - CVE-2024-24790 (Go stdlib, CVSS 9.8) — IPv4-mapped IPv6 address validation bypass. Fix requires Go >= 1.22.4. Likely fixed in
v1.5.4depending on the Go toolchain version used during the release build.
This was also noted in the v1.5.3 release notes: "We intend to release this version to rubygems.org, which has fallen out of sync with the underlying go binary."
Could you please publish 1.5.4 (or a newer build) to RubyGems? Thank you!
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Shopify/ejson
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·