[#111472] [Ruby master Bug#19274] Error installing ruby 3.2.0 on RH 8 — "aalllop (Alberto Allegue) via ruby-core" <ruby-core@...>
Issue #19274 has been reported by aalllop (Alberto Allegue).
5 messages
2022/12/28
[#111508] Data support for versions before 3.2.0 — Eustáquio Rangel via ruby-core <ruby-core@...>
I was wondering that every piece of code (gems, etc) that use the new Data =
3 messages
2022/12/29
[ruby-core:111200] [Ruby master Misc#19178] How does CRuby handle CVE issues in stdlib gems which get patched?
From:
"graywolf (Gray Wolf)" <noreply@...>
Date:
2022-12-04 15:10:43 UTC
List:
ruby-core #111200
Issue #19178 has been updated by graywolf (Gray Wolf). hsbt (Hiroshi SHIBATA) wrote in #note-8: > >But your way of updating "json" as a normal gem over the default gem means that whenever ruby is used with --disable-gems then the updated version is not used and thus a CVE could still be exposed. > > `--disable-gems` is only development option for debugging the Ruby binary. Do not use it for application or software development. That is interesting. I know that I do use it in few places, usually for startup time reduction: ``` +$ time -p ruby -e 'puts 1' 1 real 0.06 user 0.04 sys 0.01 +$ time -p ruby --disable-all -e 'puts 1' 1 real 0.01 user 0.00 sys 0.01 ``` Since that (based on you comment) does not seems like a right thing to do, are there other options to make ruby start up faster that are actually supported? ---------------------------------------- Misc #19178: How does CRuby handle CVE issues in stdlib gems which get patched? https://bugs.ruby-lang.org/issues/19178#change-100485 * Author: Segaja (Andreas Schleifer) * Status: Open * Priority: Normal ---------------------------------------- If there is a CVE issue in one of the stdlibs ( https://stdgems.org/ ) which gets patched, what is CRubys approach on how to push this critical fix to the users? As far as I know stdlibs get only updated for the users if CRuby releases a new version. So will CRuby always release a new version if there is a critical fix an stdlib "needs" to be updated? -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/