Skip to content

Releases: mrl5/vulner

v0.1.0

30 Jan 13:11
v0.1.0
5f5ea04
Compare
Choose a tag to compare

0.1.0 (2022-01-30)

Features

  • cli: allow piping (input from stdin) (790c5f6)
  • cli: init CLI (78b0d8d)
  • cpe - new command for returning valid and existing CPEs (bac30f5)
  • cve - new command for listing CVEs for given CPEs (5b6ca09)
  • lib: reuse python lib for grep patterns (2dfcfcf)
  • scan - new command for CVE scanning (5a96512)
  • sync - new command for fetching NVD CPE match feed (55e053d)

Performance Improvements

  • cpe: deserialize from string only once (47fe076)