-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Real changes are in www/ruby-actionpack61 only. ## Rails 6.1.3.2 (May 05, 2021) ## * Prevent open redirects by correctly escaping the host allow list CVE-2021-22903 * Prevent catastrophic backtracking during mime parsing CVE-2021-22902 * Prevent regex DoS in HTTP token authentication CVE-2021-22904 * Prevent string polymorphic route arguments. `url_for` supports building polymorphic URLs via an array of arguments (usually symbols and records). If a developer passes a user input array, strings can result in unwanted route helper calls. CVE-2021-22885 *Gannon McGibbon*
- Loading branch information
taca
committed
May 8, 2021
1 parent
1d07b6b
commit b65dca6
Showing
14 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (activerecord-6.1.3.1.gem) = e928237913b0bca92837c64d91509f0386af68f4 | ||
RMD160 (activerecord-6.1.3.1.gem) = 352eb7643f8c5c95f143ca81b114c94c23c4696d | ||
SHA512 (activerecord-6.1.3.1.gem) = d5874bb64e0514b486a53c9d9759b37e40b68256e19496dad3131b510683517191737431c25b0a787ec4f7b8c9b693e79c1ea695ef27541a6ad86a7c0c8ec5d7 | ||
Size (activerecord-6.1.3.1.gem) = 429056 bytes | ||
SHA1 (activerecord-6.1.3.2.gem) = bc97a08ae6f12fba8371f3db2662942ad6a614c9 | ||
RMD160 (activerecord-6.1.3.2.gem) = df9ae6abd736c3b4218e53341caf02d54de182bf | ||
SHA512 (activerecord-6.1.3.2.gem) = f8cf79bee4b97467fdaf22bce63a645b3402b4f394ce9a4ccb13235f8fb21c095871d014d11563802b4cbff39b77358528c12333e543a0bc72a0ca7357f151dd | ||
Size (activerecord-6.1.3.2.gem) = 429056 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:55 taca Exp $ | ||
|
||
SHA1 (activejob-6.1.3.1.gem) = 35fc442a2feaf760c50eda45553fc5b58576a594 | ||
RMD160 (activejob-6.1.3.1.gem) = 29b246483dbb554ed1301cf094a8894fcef847a3 | ||
SHA512 (activejob-6.1.3.1.gem) = 16305f7a6f3b82afda9b89d1b6e9423e6d4d098c6c1048da1e900773fde7d17b3b9b25c8bc669e9059bc4ccfd4529bba26e9c9cd1ce1988b14983b8099fc7136 | ||
Size (activejob-6.1.3.1.gem) = 32768 bytes | ||
SHA1 (activejob-6.1.3.2.gem) = 6abcc2651023f73a2738dec99771ce15567b434e | ||
RMD160 (activejob-6.1.3.2.gem) = 6828633534260184ea2a630384546dc95dde1c45 | ||
SHA512 (activejob-6.1.3.2.gem) = 0b632891796ff6eaa74754405c795e280309c68b2081623c5a5f5f99cfaf8764f79890aec126762595783b12bd58784f1240d9cf7f17ec3fa5cecade75bf5777 | ||
Size (activejob-6.1.3.2.gem) = 32768 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:55 taca Exp $ | ||
|
||
SHA1 (activemodel-6.1.3.1.gem) = dc156d877dc38f350bd62c413194b348935b9182 | ||
RMD160 (activemodel-6.1.3.1.gem) = d8bffce6eba061812dc1517dc320eb4af26a00fa | ||
SHA512 (activemodel-6.1.3.1.gem) = d042b346b1ddc17baa735d1dd54c951632cbdb692ef841711c016f2e33059ca2a3bd4c4257199908d4e4edc88452a81d7cdc17557d83fff6d94d28f8b0c151c4 | ||
Size (activemodel-6.1.3.1.gem) = 61952 bytes | ||
SHA1 (activemodel-6.1.3.2.gem) = c32ff2e171e2c56ccf3800f91e4095eb98a01c8c | ||
RMD160 (activemodel-6.1.3.2.gem) = d3f1d9b576de38b98a8953d65418f0681ec1b5be | ||
SHA512 (activemodel-6.1.3.2.gem) = 08e8d718d14218f84978efbd92bbfa3e796577c189e8128aeb1017ee42cfa547ee4660a064cfbec9e03e04372ce3a6906a57bd3a6ee80de9f596db59ac202420 | ||
Size (activemodel-6.1.3.2.gem) = 61952 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (activestorage-6.1.3.1.gem) = 032b279f80b955d664b16b9af40d72ecc7980d63 | ||
RMD160 (activestorage-6.1.3.1.gem) = 7ecb6de6026b8b142d0078d696e10641a2b4ff5d | ||
SHA512 (activestorage-6.1.3.1.gem) = bef931f8f475362ed76308120229b04d3e2b8546b465a4a217a4cce32ebbdc12f64f4089c0e090d0235dca7a37db5d69c87ebe93808fd45c531f0286cd05a63e | ||
Size (activestorage-6.1.3.1.gem) = 54784 bytes | ||
SHA1 (activestorage-6.1.3.2.gem) = 4669dc65958fb8ffae41ccbc515cff957b7182c6 | ||
RMD160 (activestorage-6.1.3.2.gem) = 9681304d64e1eff3ca6f091d4b9173a3a9420bb7 | ||
SHA512 (activestorage-6.1.3.2.gem) = b604931961b901c9dbecf47f951399bd484d649d30a0dc35e1ac5e9678eca0b739fd75e5e78b19d016590fc9acd0c37c15bf24a808ca15551f3781d01ff11663 | ||
Size (activestorage-6.1.3.2.gem) = 54784 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:55 taca Exp $ | ||
|
||
SHA1 (activesupport-6.1.3.1.gem) = 4764dc4c48f64aab82ca301e981d75ca336f0c59 | ||
RMD160 (activesupport-6.1.3.1.gem) = c5a66238782b9995328dfaa807c84d93624681b3 | ||
SHA512 (activesupport-6.1.3.1.gem) = f592f7d044a975e3333dabc8473c5b8c07a6aabc56f0d8783ef5e5838451edd7a999e4f37d64cf6da4498dbdffd5d9cbd8b464f599ef20b4bfa21651a35782b4 | ||
Size (activesupport-6.1.3.1.gem) = 219136 bytes | ||
SHA1 (activesupport-6.1.3.2.gem) = c9ac15d65ae7983e861b2a6dadb38be5bef9010d | ||
RMD160 (activesupport-6.1.3.2.gem) = 61b616be73abe91d1ba7f58646113d1e4d634090 | ||
SHA512 (activesupport-6.1.3.2.gem) = 47cc9ef0f83fa29b04fc341c76453b939f015f6c99a49566e8785bfd4db351387b486972aa0b697dda7b339321333b548e73c918c6567a25a539008c514e9029 | ||
Size (activesupport-6.1.3.2.gem) = 219136 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (railties-6.1.3.1.gem) = 8eb30781bc5e4590e35c5584ac38d880b29163c3 | ||
RMD160 (railties-6.1.3.1.gem) = a77b2caa5a58f599b44d9c20db1982ec1e425673 | ||
SHA512 (railties-6.1.3.1.gem) = 2f540294c4f7a1b6b53abf28a5b930588a3701a1fd7121b3e1643da319edc30c11da4e2f68dc03cb5bbc3a42edd322a3af5a1d992bc8143cbd737d0d9a5dfebf | ||
Size (railties-6.1.3.1.gem) = 456704 bytes | ||
SHA1 (railties-6.1.3.2.gem) = 22289bddb70b9e9fffe241bc769e1bde1a544991 | ||
RMD160 (railties-6.1.3.2.gem) = bef592c1bf716955dc8108148663bfad051cba1f | ||
SHA512 (railties-6.1.3.2.gem) = b30008ac38cb4bceab37eb564e058e0389958e07ac6620bf5228e6d80e5f2add0c179f3b72e6d8cf502a09c7e2563ddea94105ce339c809f0528b99e572e9d3c | ||
Size (railties-6.1.3.2.gem) = 456704 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actionmailbox-6.1.3.1.gem) = 838f4c92152ba3295bd64ea33d595a38abb69dcd | ||
RMD160 (actionmailbox-6.1.3.1.gem) = 1390f387381fee7a387a7fefd18e650a1201c412 | ||
SHA512 (actionmailbox-6.1.3.1.gem) = 820109ab98f79ad321064841e8f2086437e57f223dcb6ed2151fccc531d188ee5161e39301745a7be79b252783251c188cb1b0fed13ec38184cd237904b6db7c | ||
Size (actionmailbox-6.1.3.1.gem) = 22016 bytes | ||
SHA1 (actionmailbox-6.1.3.2.gem) = d74b9ffea91b08c9cf4ee0fb235b61df69361016 | ||
RMD160 (actionmailbox-6.1.3.2.gem) = 5aef9101cfb1dbd61add723ec6c310056f803e19 | ||
SHA512 (actionmailbox-6.1.3.2.gem) = 1b87b95c6dae3be113e9a163631558b5ad169038fd01569d2843de0ef70b239871f313c4b0db3c4e78fa8c4b6c8cdeb2a0ac20b7516d3ace13bf48e6bfdbe6ea | ||
Size (actionmailbox-6.1.3.2.gem) = 22016 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actionmailer-6.1.3.1.gem) = 3733df6a52bd420d26872b68adcb34673abee6b3 | ||
RMD160 (actionmailer-6.1.3.1.gem) = a3514ac42bc09220a22ba68c1e9681d2a6f42294 | ||
SHA512 (actionmailer-6.1.3.1.gem) = aac7d82171bbf175eac24ff9e98fd407bfaf3273cdc1a6f66b1ce28f3e536374069feb94409f8bdc2f60f31872354841fe82b320c2610f9990a33906ea70449b | ||
Size (actionmailer-6.1.3.1.gem) = 30720 bytes | ||
SHA1 (actionmailer-6.1.3.2.gem) = 16ce52403aa2ec1ab3cc816cddb6e1a934e44285 | ||
RMD160 (actionmailer-6.1.3.2.gem) = f3ba1cdfffcb677d7e4bcca834e787b6bc93de16 | ||
SHA512 (actionmailer-6.1.3.2.gem) = 31b4e9c7166f61fc88e17ed860bd67ac743c6b8eda0e49968fa420532b0227b3485d8ad4ce24fe79226b430df461a4355bda81429a52e77a0eec46620404406c | ||
Size (actionmailer-6.1.3.2.gem) = 30720 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actiontext-6.1.3.1.gem) = 49d8b1e120404f0d15904496890a4d248805db03 | ||
RMD160 (actiontext-6.1.3.1.gem) = e1802bddd46a3bd586f5b5f05ce6a6dac8f5b28c | ||
SHA512 (actiontext-6.1.3.1.gem) = e0d842914b4c9136de080da37043815bec985ccb507254cf5d0584d9aeb43c9323f3746eede6d2a276b57e637a4c8e0c32fb3d1cb4339208be87ab529877df9c | ||
Size (actiontext-6.1.3.1.gem) = 18944 bytes | ||
SHA1 (actiontext-6.1.3.2.gem) = 8635da2030fe6d2e9be10565345d476fae6dbabf | ||
RMD160 (actiontext-6.1.3.2.gem) = b9c1b0f2e82f917cb717ab0fb1886b4dc9ed4831 | ||
SHA512 (actiontext-6.1.3.2.gem) = cfd15234c086a5f55262ceea5ad382e9b346269d4dd5ad545f9a1934f8e9f77a457c60abaa4ff80b28876897ddeb12bf3cfc9134b14b6f11808b9d5810224353 | ||
Size (actiontext-6.1.3.2.gem) = 18944 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actioncable-6.1.3.1.gem) = 42201cc1ca802cb3adef7e570af5dc4fef40fe45 | ||
RMD160 (actioncable-6.1.3.1.gem) = 007a10670d49a49ee58c6bf08fd30491a316ecbc | ||
SHA512 (actioncable-6.1.3.1.gem) = 55178bb6ab797571fd5e3b8ad49a23a9922dd66450b66b6ab9890a9add8b349922d68edc600b5d33ff7c10869ced13c8963caf8159367c0610744dfd98bb799f | ||
Size (actioncable-6.1.3.1.gem) = 41984 bytes | ||
SHA1 (actioncable-6.1.3.2.gem) = 72159227fea0947d05c7de5c54965787dd13cf4f | ||
RMD160 (actioncable-6.1.3.2.gem) = f8cec04a5b325e4228fa0af16eb94b0dcba7a19c | ||
SHA512 (actioncable-6.1.3.2.gem) = 23b7ed4baec9a48d455261f1b3514fccc50f3ad256825c8c35a6a0c43dec8b7f72796931aa4216333d94d1afb81a47fb3ae1eaf67d771e204f857f5d0d64bdbb | ||
Size (actioncable-6.1.3.2.gem) = 41984 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actionpack-6.1.3.1.gem) = 292b035ad8df33665d6c242c1fdda768d54e5098 | ||
RMD160 (actionpack-6.1.3.1.gem) = 5bdb45c8fdc3e339c98a3dc4ef42a70ac3ce6377 | ||
SHA512 (actionpack-6.1.3.1.gem) = 64ac0303881bb4d4e587a3fa79ee1cd3adc8293fe3daf0c2decad10ccd7fcecd0c3a4a04b6b7bbb49227aaae71c6b879cb3bfedfa6d3aeb77fa3883a353ed7cb | ||
Size (actionpack-6.1.3.1.gem) = 224256 bytes | ||
SHA1 (actionpack-6.1.3.2.gem) = 4ef2f70d81935721aaead2c52f2c2edcf26e6daf | ||
RMD160 (actionpack-6.1.3.2.gem) = 7c6bb35491b7a1d3effd7d1da5da2629eef8d93f | ||
SHA512 (actionpack-6.1.3.2.gem) = e312680d1f26313a8004932bb2db3e7646dbfc3017e6e94e534983aac4ac5b3f29d3dbff7c342f1424da018effbf14348f28aa54172d81fe66f203e306c53326 | ||
Size (actionpack-6.1.3.2.gem) = 224768 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:01 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $ | ||
|
||
SHA1 (actionview-6.1.3.1.gem) = c3f6ab5576bc1d049261c453be17182ce14e4620 | ||
RMD160 (actionview-6.1.3.1.gem) = 99a65ea5a981eda96b04c3e4f82f27e7d45477ad | ||
SHA512 (actionview-6.1.3.1.gem) = e2e5018912258933de77f7fa9392dc209576bf922960051ae78d42453f936cab2347f93cba81f82397b8979683e8e58f577ba295a6f64085d3ea61cfae63b10a | ||
Size (actionview-6.1.3.1.gem) = 171008 bytes | ||
SHA1 (actionview-6.1.3.2.gem) = c3ea9125b5e53f3bb8ffa6713ab2360315a1dd12 | ||
RMD160 (actionview-6.1.3.2.gem) = 7ad20679d1b3f387cf55c27482217ccd8112c237 | ||
SHA512 (actionview-6.1.3.2.gem) = 9da15c7a7edb6bb64dcb187b553847d8a2b312fb1044398dcdd206248287a5e83c3929430011191c3e6f5bb0cd1393f9bae2a0b6621fe19897efd34b8511302c | ||
Size (actionview-6.1.3.2.gem) = 171008 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/04/11 13:28:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/08 14:08:57 taca Exp $ | ||
|
||
SHA1 (rails-6.1.3.1.gem) = 73b2668d32c2f963974df236f4e552e184f391ba | ||
RMD160 (rails-6.1.3.1.gem) = a740828b8e0bebe7639272c601d066b45fc0ac01 | ||
SHA512 (rails-6.1.3.1.gem) = 4a938c7341da3b1c4cb831bb2c16554f2868716a24f5db39f95d6ffb0f0b6c017fcd1ec4d7010f0c9a011517600912efae9eea2d8cf7d1350edd31e6e9f84568 | ||
Size (rails-6.1.3.1.gem) = 6656 bytes | ||
SHA1 (rails-6.1.3.2.gem) = 59f84f75e8d9977463b6e8b76b019e6e85aeed16 | ||
RMD160 (rails-6.1.3.2.gem) = dd99a0ba399120e9b7fb1301f043e9882991383a | ||
SHA512 (rails-6.1.3.2.gem) = 18d0ad80cedc92f0090b4f918a2005a94956613b4888b782c0249549f904fbcce8190de75b2d1b403cb9b3a430091f13e57969a59574e1f8335286970eba938b | ||
Size (rails-6.1.3.2.gem) = 6656 bytes |