Download Latest Version v2.5.1 source code.tar.gz (561.3 kB)
Email in envelope

Get an email when there's a new version of Hex

Home / v2.5.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-09 1.1 kB
v2.5.1 source code.tar.gz 2026-07-09 561.3 kB
v2.5.1 source code.zip 2026-07-09 648.6 kB
Totals: 3 Items   1.2 MB 0

Enhancements

  • Add ignore_advisories and ignore_retirements configs to acknowledge security advisories and package retirements. Configure them in the mix.exs :hex block (ignore_advisories: ["CVE-2026-32686"], ignore_retirements: [:decimal, phoenix: "1.0.0"]) or with the HEX_IGNORE_ADVISORIES and HEX_IGNORE_RETIREMENTS environment variables. An advisory can be ignored by any of its aliased identifiers (for example the GHSA alias of a CVE). mix hex.audit lists ignored findings in separate sections without failing and warns about entries that no longer match anything, and mix deps.get/mix deps.update stop warning about ignored findings
  • List each package override with its requirement and allow/deny status in mix hex.policy show instead of only an override count. mix hex.policy without a subcommand now prints usage instead of defaulting to show

Bug fixes

  • Remove regexes from compiled code. Compiled regex patterns are not portable across OTP versions, so the precompiled archive could crash with :re.import/1 is undefined when built and run on different OTP versions
Source: README.md, updated 2026-07-09