You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CVE-2023-50966: Add jose:pbes2_count_maximum/0. By default, the maximum iterations are set to 10,000 and it will raise an error if p2c is larger than this value.
Changes
Declare Poison as an optional dependency, thanks to [@lnikkila][https://github.com/lnikkila]; see #144.
Ensure jiffy:encode/1 returns a binary, thanks to @ssepml; see #145.
Various type spec additions and dialyzer/dialyxir integrations, thanks to @whatyouhide and @maennchen.