Skip to content

Commit 764cfba

Browse files
committed
Fix typo; remove trailing whitespace (en)
1 parent 92c6dd4 commit 764cfba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

en/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ The following vulnerabilities have been reported.
1717

1818
* a DNS request hijacking vulnerability
1919
* an ANSI escape sequence vulnerability
20-
* a DoS vulernerability in the query command
20+
* a DoS vulnerability in the query command
2121
* a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
2222

2323
It is strongly recommended for Ruby users to take one of the following workarounds as soon as possible.
2424

2525
## Affected Versions
2626

27-
* Ruby 2.2 series: 2.2.7 and earlier
28-
* Ruby 2.3 series: 2.3.4 and earlier
29-
* Ruby 2.4 series: 2.4.1 and earlier
27+
* Ruby 2.2 series: 2.2.7 and earlier
28+
* Ruby 2.3 series: 2.3.4 and earlier
29+
* Ruby 2.4 series: 2.4.1 and earlier
3030
* prior to trunk revision 59672
3131

3232
## Workarounds
@@ -35,7 +35,6 @@ At this moment, there are no Ruby releases including the fix for RubyGems.
3535
But you can upgrade RubyGems to the latest version.
3636
RubyGems 2.6.13 or later includes the fix for the vulnerabilities.
3737

38-
3938
```
4039
gem update --system
4140
```

0 commit comments

Comments
 (0)