Skip to content

Commit 2e4067c

Browse files
committed
Fix recommended versions for rdoc
1 parent fac85f7 commit 2e4067c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/news/_posts/2024-03-21-rce-rdoc-cve-2024-27281.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ When loading the documentation cache, object injection and resultant remote code
2121

2222
## Recommended action
2323

24-
We recommend to update the RDoc gem to version 6.6.3 or later. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:
24+
We recommend to update the RDoc gem to version 6.6.3.1 or later. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:
2525

26-
* For Ruby 3.0 users: Update to `rdoc` 6.3.4
27-
* For Ruby 3.1 users: Update to `time` 6.4.1
28-
* For Ruby 3.2 users: Update to `time` 6.5.1
26+
* For Ruby 3.0 users: Update to `rdoc` 6.3.4.1
27+
* For Ruby 3.1 users: Update to `time` 6.4.1.1
28+
* For Ruby 3.2 users: Update to `time` 6.5.1.1
2929

30-
You can use `gem update rdoc` to update it. If you are using bundler, please add `gem "rdoc", ">= 6.6.3"` to your `Gemfile`.
30+
You can use `gem update rdoc` to update it. If you are using bundler, please add `gem "rdoc", ">= 6.6.3.1"` to your `Gemfile`.
3131

3232
Note: 6.3.4, 6.4.1, 6.5.1 and 6.6.3 have a incorrect fix. We recommend to upgrade 6.3.4.1, 6.4.1.1, 6.5.1.1 and 6.6.3.1 instead of them.
3333

0 commit comments

Comments
 (0)