Skip to content

Parses vendor advisories in CVRF format to produce human readable summaries.

License

Notifications You must be signed in to change notification settings

jakewarren/cvrf-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvrf-review

MIT License Go Report Card PRs Welcome

A command line utility for parsing vendor bulletins in CVRF format.

Currently there is only a Fortinet module that processes Fortinet's RSS feed for new advisories and allows for the user to filter by CVSS score and/or product types to display vulnerabilites of interest.

Install

go install github.com/jakewarren/cvrf-review@latest

Usage

❯ cvrf-review fortinet -h
Get Fortinet vulnerabilities

Usage:
  cvrf-review fortinet [flags]

Flags:
  -p, --product-types stringArray   Filter vulnerabilities by product type. Must match the value provided by Fortinet in the CVRF data. Examples: 'FortiOS', 'FortiClientEMS'

Global Flags:
      --disable-border         Disable the table border
  -h, --help                   Print usage
      --json                   Print output in JSON format
      --max-cvss-score float   Filter vulnerabilities by a maximum CVSS score (default 10)
      --min-cvss-score float   Filter vulnerabilities by a minimum CVSS score
  -s, --severity string        Filter vulnerabilities by severity (critical, high, medium, low)

Examples:

Get critical Fortinet vulnerabilities:

screenshot

Acknowledgments

Inspired by MaineK00n/vuls-data-update.

About

Parses vendor advisories in CVRF format to produce human readable summaries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages