0.0.2 • Published 2 years ago

ubuntu-cve-lookup v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Ubuntu CVE Lookup

This will tell you if any package in ubuntu has any CVE vulnerabilities associated with it.

Usage

You can check a list of packages from a file

$ npx ubuntu-cve-lookup --file packages.txt

Or you can check a package by name, for a specific version of ubuntu

$ npx ubuntu-cve-lookup linux-aws --version jammy

For a full list of options:

    Args:
    
    --file, -f:        get a list of package names from an input file. 
                      should be a list of package names per line.
    --priority, -p    critical, high, medium, low.  By default will check critical, high, medium
    --version, -v     which version of ubuntu? e.g. jammy, impish, focal 
  

    Usage:
      $ ubuntu-cve-lookup [package-name] [package-name]

      or

      $ ubuntu-cve-lookup --file newline-separated-list-of-package-names
0.0.2

2 years ago

0.0.1

2 years ago