rest-client 1.8.0.rc1 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/history.md +12 -0
  3. data/lib/restclient/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 419720d1763901902f6efe24e29884563f8cc6c8
4
- data.tar.gz: 70b0abae33d0974fe015314b892759d40d882eea
3
+ metadata.gz: 683937d317980acfcfcfbc94eb76f2566ed3bf92
4
+ data.tar.gz: fa2f669653292404bc814fb436c17755060a75a6
5
5
  SHA512:
6
- metadata.gz: 8974511fde1bd1c91ac376c402eb74bc4934c067036877a88804e375a9a2ee837ee66f78ec5d4b9518e7aae8cda198e4ae04ebc1a6fbb44b32036d70b3d4ba33
7
- data.tar.gz: cd594fe5b477132e1430c7bfd96fadbd44c0cf379c048dec4e7de8eee283da86baab278678e32e3d9c16d54a733ba37d056b72025063e4cb558bd03b739cac50
6
+ metadata.gz: c57e29fbfe2e0bb92cf1556e38438171c04739dc6499098c651021c3e797e7724aa12b70f552d4ad43fe78f7e30d20eeea4b94e29dacb7122d936a253d1d8b98
7
+ data.tar.gz: 234257c6569615bc71b4642c7d2f4850b79bbe5eefc3afc8b62eb899023d3a1e12fd3e81366c356817217b50899c7357fd6a9d16f59819c2ca3a1c0b55e9f480
data/history.md CHANGED
@@ -1,3 +1,15 @@
1
+ # 1.8.0
2
+
3
+ - Security: implement standards compliant cookie handling by adding a
4
+ dependency on http-cookie. This breaks compatibility, but was necessary to
5
+ address a session fixation / cookie disclosure vulnerability.
6
+ (#369 / CVE-2015-1820)
7
+
8
+ Previously, any Set-Cookie headers found in an HTTP 30x response would be
9
+ sent to the redirection target, regardless of domain. Responses now expose a
10
+ cookie jar and respect standards compliant domain / path flags in Set-Cookie
11
+ headers.
12
+
1
13
  # 1.7.3
2
14
 
3
15
  - Security: redact password in URI from logs (#349 / OSVDB-117461)
@@ -1,5 +1,5 @@
1
1
  module RestClient
2
- VERSION = '1.8.0.rc1' unless defined?(self::VERSION)
2
+ VERSION = '1.8.0' unless defined?(self::VERSION)
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0.rc1
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - REST Client Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: webmock
@@ -215,9 +215,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
215
  version: 1.9.2
216
216
  required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  requirements:
218
- - - ">"
218
+ - - ">="
219
219
  - !ruby/object:Gem::Version
220
- version: 1.3.1
220
+ version: '0'
221
221
  requirements: []
222
222
  rubyforge_project:
223
223
  rubygems_version: 2.2.2