angular_rails_csrf 3.0.0 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/angular_rails_csrf/version.rb +1 -1
- data/test/dummy/log/test.log +32 -0
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1311f4d0d35684f36871d68eb5e194b470d6a7006f20f9496deea9030cbab954
|
4
|
+
data.tar.gz: 1813645e16974a0677cd420e91d4114c888777442499fc22c6e104711291eabc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea948d361d2194b2a5f9551a2f3bcf715914e6db19a963d872581b7f0eaeaed073ea90b7954653ce2d3086d29081b7d8912d112f2df216db5e93a23d0ab55f41
|
7
|
+
data.tar.gz: 07c516aa3e342cda1cf3b00bbd268b9745c16377e7ee1beae98d3ee02004c5f5455557f62463acd0c1246948336b3b0957c2c3654ce654d3515d189899c8413d
|
data/test/dummy/log/test.log
CHANGED
@@ -373,3 +373,35 @@ AngularRailsCsrfExceptionTest: test_a_get_does_not_set_the_XSRF-TOKEN_cookie
|
|
373
373
|
----------------------------------------------------------------------------
|
374
374
|
Processing by ExclusionsController#index as HTML
|
375
375
|
Completed 200 OK in 0ms
|
376
|
+
----------------------------------------------------------------------------
|
377
|
+
AngularRailsCsrfExceptionTest: test_a_get_does_not_set_the_XSRF-TOKEN_cookie
|
378
|
+
----------------------------------------------------------------------------
|
379
|
+
Processing by ExclusionsController#index as HTML
|
380
|
+
Completed 200 OK in 0ms
|
381
|
+
--------------------------------------------------------------------------------------------------------
|
382
|
+
AngularRailsCsrfTest: test_a_get_sets_the_XSRF-TOKEN_cookie_but_does_not_require_the_X-XSRF-TOKEN_header
|
383
|
+
--------------------------------------------------------------------------------------------------------
|
384
|
+
Processing by ApplicationController#index as HTML
|
385
|
+
Completed 200 OK in 0ms
|
386
|
+
-----------------------------------------------------------------------------------------------------
|
387
|
+
AngularRailsCsrfTest: test_a_post_raises_an_error_with_the_X-XSRF-TOKEN_header_set_to_the_wrong_value
|
388
|
+
-----------------------------------------------------------------------------------------------------
|
389
|
+
Processing by ApplicationController#create as HTML
|
390
|
+
Can't verify CSRF token authenticity.
|
391
|
+
Completed 422 Unprocessable Entity in 0ms
|
392
|
+
-------------------------------------------------------------------------------------
|
393
|
+
AngularRailsCsrfTest: test_a_post_raises_an_error_without_the_X-XSRF-TOKEN_header_set
|
394
|
+
-------------------------------------------------------------------------------------
|
395
|
+
Processing by ApplicationController#create as HTML
|
396
|
+
Can't verify CSRF token authenticity.
|
397
|
+
Completed 422 Unprocessable Entity in 0ms
|
398
|
+
--------------------------------------------------------
|
399
|
+
AngularRailsCsrfTest: test_the_domain_is_used_if_present
|
400
|
+
--------------------------------------------------------
|
401
|
+
Processing by ApplicationController#index as HTML
|
402
|
+
Completed 200 OK in 0ms
|
403
|
+
-----------------------------------------------------------------------------
|
404
|
+
AngularRailsCsrfTest: test_a_post_is_accepted_if_X-XSRF-TOKEN_is_set_properly
|
405
|
+
-----------------------------------------------------------------------------
|
406
|
+
Processing by ApplicationController#create as HTML
|
407
|
+
Completed 200 OK in 0ms
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: angular_rails_csrf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Sanders
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 5.
|
48
|
+
version: 5.2.0
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 5.
|
55
|
+
version: 5.2.0
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: railties
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -62,7 +62,7 @@ dependencies:
|
|
62
62
|
version: '3'
|
63
63
|
- - "<"
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '
|
65
|
+
version: '6'
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
68
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
version: '3'
|
73
73
|
- - "<"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '6'
|
76
76
|
description: AngularJS style CSRF protection for Rails
|
77
77
|
email:
|
78
78
|
- sanderjd@gmail.com
|
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
110
|
requirements:
|
111
111
|
- - ">="
|
112
112
|
- !ruby/object:Gem::Version
|
113
|
-
version:
|
113
|
+
version: 2.3.0
|
114
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
116
|
- - ">="
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.7.
|
121
|
+
rubygems_version: 2.7.6
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: Support for AngularJS $http service style CSRF protection in Rails
|