Skip to content

Instantly share code, notes, and snippets.

@anthonydahanne
Created October 8, 2025 12:18
Show Gist options
  • Save anthonydahanne/f08e9b5b6ba65553371aee924b904924 to your computer and use it in GitHub Desktop.
Save anthonydahanne/f08e9b5b6ba65553371aee924b904924 to your computer and use it in GitHub Desktop.
Software Vulnerability acronyms
  • SAST: Static application security testing (e.g: findsecuritybugs, Semgrep)
  • CVE: Common Vulnerabilities and Exposures
  • SBOM: Software Bill Of Materials
  • SPDX: Software Package Data Exchange (popular SBOM format, focus on license)
  • CDX: CycloneDX (popular SBOM format, very versatile)
  • SCA: Software Composition Analysis (e.g: Dependency Track, Snyk, BlackDuck, etc.)
  • CWE: Common Weakness Enumeration (see https://cwe.mitre.org/)
  • NVD: National Vulnerability Database (see https://nvd.nist.gov/)
  • NIST: National Institute of Standards and Technology at the U.S. Department of Commerce
  • CNA: CVE Numbering Authority (e.g. Apache Foundation, IBM, VMWare, etc.)
  • CVSS: Common Vulnerability Scoring System (see: https://www.first.org/cvss/calculator/)
  • PURL: Package URL (such as: pkg:maven/org.springframework.cloud/[email protected])
  • CPE: Common Platform Enumeration (such as: cpe:2.3:a:vmware:spring_cloud_bindings:2.0.0:*:*:*:*:*:*:*)
  • VEX: Vulnerability Exploitability eXchange
  • GHSA: Github Security Advisory
  • OSV: Open Source Vulnerabilities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment