You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby advisory DB is incorrect reporting that actionpack 7.1.4 doesn't contain the patch for CVE-2024-28103 aka GHSA-fwhr-88qx-h9g7.
I think the security page for that issue needs amending so that the automated scripts for ruby-advisory-db pick it up. I'm not 100% on how all of this works or is connected. I am not certain if the page needs updating, or if ruby-advisory-db needs changes, but I'm erring on the side of the page needing updating as ruby-advisory-db seems mostly automated and collects its data from this page.
Ruby advisory DB is incorrect reporting that actionpack 7.1.4 doesn't contain the patch for
CVE-2024-28103
aka GHSA-fwhr-88qx-h9g7.I think the security page for that issue needs amending so that the automated scripts for ruby-advisory-db pick it up. I'm not 100% on how all of this works or is connected. I am not certain if the page needs updating, or if ruby-advisory-db needs changes, but I'm erring on the side of the page needing updating as ruby-advisory-db seems mostly automated and collects its data from this page.
Reproduction steps
Create a
Gemfile
with:Then, run
bundle install
Then, run
bundle audit check --update
What happens
What I expect to happen
No vulnerabilities reported.
The text was updated successfully, but these errors were encountered: