diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2024-12-03 19:09:05 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-23 10:17:16 +0000 |
| commit | 9cb4f9e7f8616bb65a56bbef06dd8dce96a772ce (patch) | |
| tree | 5bb2e88dc6866e6465c3ee3e54bff6ea67aeb9db | |
| parent | [Backport release-24.05] emacs30: add a patch to fix upstream bug 67916 (#367... (diff) | |
| download | nixpkgs-9cb4f9e7f8616bb65a56bbef06dd8dce96a772ce.tar.gz | |
rubyPackages.rails-html-sanitizer: 1.6.0 -> 1.6.1
Fixes CVE-2024-53985, CVE-2024-53986, CVE-2024-53987, CVE-2024-53988 and CVE-2024-53989.
https://discuss.rubyonrails.org/t/rails-html-sanitizer-v1-6-1-addresses-multiple-cves/88092
https://github.com/rails/rails-html-sanitizer/releases/tag/v1.6.1
(cherry picked from commit 886af9cde4dbde4ccad7cad2ea6c87f666e5930a)
| -rw-r--r-- | pkgs/top-level/ruby-packages.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/ruby-packages.nix b/pkgs/top-level/ruby-packages.nix index dbd2b44e38d6..28e2365c27c0 100644 --- a/pkgs/top-level/ruby-packages.nix +++ b/pkgs/top-level/ruby-packages.nix @@ -2894,10 +2894,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; + sha256 = "1w6bqm8d3afc66ff6npnsc2d8ky552n6qzwwwc1bh0wz6c8gplp3"; type = "gem"; }; - version = "1.6.0"; + version = "1.6.1"; }; railties = { dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "zeitwerk"]; |
