We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7785ac1 commit 7f6b2efCopy full SHA for 7f6b2ef
Changes.md
@@ -2,9 +2,10 @@
2
3
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
4
5
-HEAD
+6.4.0
6
---------
7
8
+- **SECURITY**: Validate input to avoid possible DoS in Web UI.
9
- Add **strict argument checking** [#5071]
10
Sidekiq will now log a warning if JSON-unsafe arguments are passed to `perform_async`.
11
Add `Sidekiq.strict_args!(false)` to your initializer to disable this warning.
lib/sidekiq/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module Sidekiq
- VERSION = "6.3.2"
+ VERSION = "6.4.0"
end
0 commit comments