Module: Homebrew::Vulns Private

Defined in:
vulns.rb,
vulns/osv.rb,
vulns/cvss.rb,
vulns/purl.rb,
vulns/match.rb,
vulns/output.rb,
vulns/semver.rb,
vulns/scanner.rb,
vulns/cpan_sec.rb,
vulns/identify.rb,
vulns/repology.rb,
vulns/osv_export.rb,
vulns/cached_feed.rb,
vulns/vulnerability.rb,
vulns/advisory_database.rb

Overview

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Checks formulae for known security vulnerabilities via OSV.dev. See Cmd::Vulns for the user-facing command.

Defined Under Namespace

Modules: CVSS, Identify, OSV, OsvExport, Output, Semver Classes: AdvisoryDatabase, CPANSec, CachedFeed, Match, Purl, Repology, Scanner, Vulnerability