Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 15, 2020
1 parent 47a8dc3 commit 0ad524a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token

* [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @parameters hash

## Rails 6.0.3 (May 06, 2020) ##

* Include child session assertion count in ActionDispatch::IntegrationTest
Expand Down
2 changes: 2 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs

## Rails 6.0.3 (May 06, 2020) ##

* annotated_source_code returns an empty array so TemplateErrors without a
Expand Down
2 changes: 2 additions & 0 deletions activestorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload

## Rails 6.0.3 (May 06, 2020) ##

* No changes.
Expand Down
4 changes: 4 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore

* [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore

## Rails 6.0.3 (May 06, 2020) ##

* `Array#to_sentence` no longer returns a frozen string.
Expand Down

0 comments on commit 0ad524a

Please sign in to comment.