rest-client 1.8.0.rc1-x86-mingw32 → 1.8.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/history.md +12 -0
- data/lib/restclient/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a9323921e19e016c9821fd4b252cb0bcb461adb
|
4
|
+
data.tar.gz: fa2f669653292404bc814fb436c17755060a75a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3604884793a5be0c2bdee13db2e980af703fd79d0fcd174970931ee812c1bd446df8390ca320c417858245841d11d6f0f4b2001cd88901120d4b639c4e642221
|
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)
|
data/lib/restclient/version.rb
CHANGED
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
|
4
|
+
version: 1.8.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- REST Client Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: webmock
|
@@ -229,9 +229,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
229
229
|
version: 1.9.2
|
230
230
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
231
231
|
requirements:
|
232
|
-
- - "
|
232
|
+
- - ">="
|
233
233
|
- !ruby/object:Gem::Version
|
234
|
-
version:
|
234
|
+
version: '0'
|
235
235
|
requirements: []
|
236
236
|
rubyforge_project:
|
237
237
|
rubygems_version: 2.2.2
|