1.11.7 (2024-04-07)
- Security Patches
- 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 ifp2c
is larger than this value.
- CVE-2023-50966: Add
- 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.
- Doc updates and fixes, thanks to @aymanosman and @adamu; see #158 and #159.