Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

File metadata and controls

28 lines (19 loc) · 1.05 KB

Elixir Security Advisory Project CLI Client

Build Status Coverage Status

This project is not yet ready for production. Check back later.

Client for the Elixir Security Vulnerability Project API.

Installation

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.

Usage

  • mix security.audit – Check if vulnerable dependencies are found in your mix.lock