Skip to content

v0.0.1

Compare
Choose a tag to compare
@zadjadr zadjadr released this 14 Jul 18:08
· 35 commits to main since this release
5852138

Release

Initial Release: Prometheus CVE Exporter
Project Name: Prometheus CVE Exporter

Overview

Prometheus CVE Exporter is a Golang-based tool designed to scan your system for all installed packages
and compare them with the latest National Vulnerability Database (NVD) JSON feed.

It exports various metrics to Prometheus, allowing you to monitor the security status of your packages.

Features

  • Scans installed packages on your system.
  • Compares package information with the recent NVD JSON feed.

Prometheus metrics

nvd_vulnerable_packages: Indicates if a package is vulnerable (1) or not (metric not present).
nvd_total_vulnerabilities: Total number of vulnerabilities detected.
nvd_last_update_time: Timestamp of the last successful update.

Full Changelog: https://github.com/zadjadr/prometheus-cve-exporter/commits/v0.0.1