This project is not yet ready for production. Check back later.
Client for the Elixir Security Vulnerability Project API.
The package can be installed as an archive or as a dependency of your project by adding
elixir_security_advisory_client
to your list of dependencies in mix.exs
or calling
mix archive.install elixir_security_advisory_client
:
def deps do
[
{:elixir_security_advisory_client, "~> 1.0"}
]
end
The docs can be found at https://hexdocs.pm/elixir_security_advisory_client.
mix security.audit
– Check if vulnerable dependencies are found in yourmix.lock