Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 790 Bytes

Package Vulnerability Detector

Description

Package Vulnerability Detector is a WebAPI that allows you to send your definition file (the file that contains the packages you use in your project) and get back a list of vulnerabilities that were found in the packages you use.

This project uses the Github Security Vulnerabilities GraphQL API to get the vulnerabilities list.

Usage

Get Started with Docker 🐳

Getting Chatty up and running is as simple as executing a single command, thanks to Docker Compose.

  1. Clone the repository
    git clone https://github.com/liel-almog/package-vulnerability-detector.git
    
  2. Navigate to the project directory
    cd package-vulnerability-detector
    
  3. Start the application
    docker compose up