Uh oh!
There was an error while loading. Please reload this page.
Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby - #585
Conversation
headius
commented
Sep 27, 2022
Nice! |
headius
commented
Sep 27, 2022
I merged all three of these so we can do releases of any branch and know it will have the updated SnakeYAML with all CVE fixes. @hsbt@tenderlove A release of 3.x would be good for JRuby 9.3 since that version is trying to maintain parity with Ruby 2.6. I'm not sure if it's necessary to release a 4.x update if the 5.x versions are ok to use on Ruby 3.1-compatible runtimes like JRuby 9.4 will be. |
headius
commented
Sep 27, 2022
Aha, nevermind... I see that 5.0 is still a dev version, so we will want 4.x and 3.x releases to support JRuby 9.4 and 9.3. |
hsbt
commented
Sep 28, 2022
headius
commented
Sep 28, 2022
@hsbt Thank you! |
chadlwilson
commented
Sep 30, 2022
@headius Would you like me to raise JRuby PRs for 9.3 and 9.4 (master) or is it easier for you to update&push directly? |
headius
commented
Sep 30, 2022
We at least need an issue for the record, I think. Given the CVEs and all. |
Resolves CVE-2022-38752 and makes another couple of defensive changes around code point limits.
Additional context