There was an error while loading. Please reload this page.
1 parent 66a6a1b commit df36360Copy full SHA for df36360
CHANGELOG.rdoc
@@ -2,7 +2,7 @@
2
3
=== Unreleased
4
5
-* Security
+* Security fixes for CVE-2021-21289
6
7
Mechanize `>= v2.0`, `< v2.7.7` allows for OS commands to be injected into several classes'
8
methods via implicit use of Ruby's `Kernel.open` method. Exploitation is possible only if
@@ -18,12 +18,15 @@
18
See https://github.com/sparklemotion/mechanize/security/advisories/GHSA-qrqm-fpv6-6r8g for more
19
information.
20
21
+ Also see #547, #548. Thank you, @kyoshidajp!
22
+
23
* New Features
24
* Support for Ruby 3.0 by adding `webrick` as a runtime dependency. (#557) @pvalena
25
26
* Bug fix
27
* Ignore input fields with blank names (#542, #536)
28
29
30
=== 2.7.6
31
32
0 commit comments