Skip to content

Commit df36360

Browse files
committed
changelog: note assigned CVE in the recent security fix description
1 parent 66a6a1b commit df36360

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.rdoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=== Unreleased
44

5-
* Security
5+
* Security fixes for CVE-2021-21289
66

77
Mechanize `>= v2.0`, `< v2.7.7` allows for OS commands to be injected into several classes'
88
methods via implicit use of Ruby's `Kernel.open` method. Exploitation is possible only if
@@ -18,12 +18,15 @@
1818
See https://github.com/sparklemotion/mechanize/security/advisories/GHSA-qrqm-fpv6-6r8g for more
1919
information.
2020

21+
Also see #547, #548. Thank you, @kyoshidajp!
22+
2123
* New Features
2224
* Support for Ruby 3.0 by adding `webrick` as a runtime dependency. (#557) @pvalena
2325

2426
* Bug fix
2527
* Ignore input fields with blank names (#542, #536)
2628

29+
2730
=== 2.7.6
2831

2932
* New Features

0 commit comments

Comments
 (0)