mix_audit
mix_audit copied to clipboard
🕵️♀️ MixAudit provides a mix deps.audit task to scan a project Mix dependencies for known Elixir security vulnerabilities
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.38.4 to 0.39.3. Changelog Sourced from ex_doc's changelog. v0.39.3 (2025-12-09) Enhancements Add the option to trim down the footer v0.39.2 (2025-12-04) Bug fixes Do not strip hrefs...
## Environment - **Erlang**: 26.2.5.14 - **Elixir**: 1.15.8-otp-26 - **mix_audit**: 2.1.5 ## Steps to Reproduce 1. Install mix_audit 2.1.5 2. Run `mix_audit` 2. Run `mix_audit --version` ## Expected Behavior The...
Hi all, and thanks for the package! 👋🏻 Just noticed that the README instruction: > Then run `mix do deps.get, deps.compile` inside your project’s directory. gives a deprecation warning: ```sh...
## 📖 Description and reason Following the README instructions threw an error due to a `mix` syntax deprecation. > Then run `mix do deps.get, deps.compile` inside your project’s directory. ```...
The `--ignore-file` CLI flag only applies to advisory IDs. With current documentation that is a bit misleading. I would suggest one of the following options: 1. Enhance the documentation to...