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

⚠️ Client for the Elixir Security Vulnerability Project API.

Notifications You must be signed in to change notification settings

ex-security-advisory/cli-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

⚠️ Client for the Elixir Security Vulnerability Project API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages