Release version 1.6.14

https://github.com/rest-client/rest-client/issues/713
This commit is contained in:
Andy Brody 2019-08-21 14:33:19 -04:00
parent 891a27b7b7
commit 85ebabda1e
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# 1.6.14
- This release is unchanged from 1.6.9. It was published in order to supersede
the malicious 1.6.10-13 versions, even for users who are still pinning to the
legacy 1.6.x series. All users are encouraged to upgrade to rest-client 2.x.
# 1.6.10, 1.6.11, 1.6.12, 1.6.13 (CVE-2019-15224)
- These versions were pushed by a malicious actor and included a backdoor permitting
remote code execution in Rails environments.
- They were live for about five days before being yanked.
https://github.com/rest-client/rest-client/issues/713
# 1.6.9
- Move rdoc to a development dependency

View File

@ -1,5 +1,5 @@
module RestClient
VERSION = '1.6.9' unless defined?(self::VERSION)
VERSION = '1.6.14' unless defined?(self::VERSION)
def self.version
VERSION