Skip to content

Commit

Permalink
Append to 1.12: Explicitly mark updated rack for CVE-2023-27530
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch committed Apr 20, 2023
1 parent 314791a commit 4a1fc99
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ gem 'mysql2', '~> 0.5.3'

gem 'nokogiri', '< 1.13' # Locked because of Ruby >= 2.6 dependency
gem 'thor'
gem 'activesupport', '~> 6.1.7.3'
gem 'actionpack', '~> 6.1.7.3'
gem 'actionview', '~> 6.1.7.3'
gem 'activemodel', '~> 6.1.7.3'
gem 'activerecord', '~> 6.1.7.3'
gem 'railties', '~> 6.1.7.3'
gem 'activesupport', '~> 6.1.7'
gem 'actionpack', '~> 6.1.7'
gem 'actionview', '~> 6.1.7'
gem 'activemodel', '~> 6.1.7'
gem 'activerecord', '~> 6.1.7'
gem 'railties', '~> 6.1.7'
gem 'repomd_parser', '~> 0.1.4'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,12 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 6.1.7.3)
actionview (~> 6.1.7.3)
actionpack (~> 6.1.7)
actionview (~> 6.1.7)
active_model_serializers
activemodel (~> 6.1.7.3)
activerecord (~> 6.1.7.3)
activesupport (~> 6.1.7.3)
activemodel (~> 6.1.7)
activerecord (~> 6.1.7)
activesupport (~> 6.1.7)
awesome_print
byebug
config (~> 3.0, >= 2.2.1)
Expand All @@ -340,7 +340,7 @@ DEPENDENCIES
nokogiri (< 1.13)
public_suffix (< 5)
puma (~> 5.6.2)
railties (~> 6.1.7.3)
railties (~> 6.1.7)
repomd_parser (~> 0.1.4)
responders
ronn
Expand Down
3 changes: 2 additions & 1 deletion package/obs/rmt-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Wed Apr 12 15:27:18 UTC 2023 - Felix Schnizlein <[email protected]>

- Version 2.12
* Update translations
* Fix CVE-2023-28120: Update active support to fix possible XSS Security Vulnerability
* CVE-2023-28120: Update active support to fix possible XSS Security Vulnerability
in bytesliced strings for html_safe. (bsc#1209507)
* CVE-2023-27530: Update rack to mitigate possible DoS in multipart mime parsing (bsc#1209096)

-------------------------------------------------------------------
Fri Mar 31 17:10:41 UTC 2023 - Zuzana Petrova <[email protected]>
Expand Down

0 comments on commit 4a1fc99

Please sign in to comment.