Skip to content

1.11.7 (2024-04-07)

Compare
Choose a tag to compare
@potatosalad potatosalad released this 07 Apr 17:06
· 11 commits to main since this release
1.11.7
718d213
  • 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 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.
    • Doc updates and fixes, thanks to @aymanosman and @adamu; see #158 and #159.