Open-Source Security with OX: Consolidated Issues, Reachability, and No-Code Workflows

Espresso & Endurance LinkedIn Event Graphic (LinkedIn Single Image Ad) (3)

In this Espressos & Endurance session, OX Security CMO Melissa Goldberger talks with solutions engineer Aaron Miller, who demos how OX approaches software composition analysis (open-source security) as part of its Active ASPM platform. Aaron explains why the platform’s differentiator is orchestrating many security tools on the PBOM framework, then walks through consolidating and de-duplicating CVEs across tools, scoring severity by reachability, exploitability, and damage, and reading SBOM and license checks. He shows how to weigh direct versus indirect dependencies, how “exploit applicable vs. not” cuts noise, how to get findings to developers via pull requests or pipeline integration, and how no-code workflows automate remediation.

Key Takeaways

  • The differentiator is orchestration across tools, built on PBOM. OX consolidates many security tools on a MITRE-like pipeline-bill-of-materials framework that is both broad and deep, instead of point solutions.
  • SCA de-duplicates a CVE across all your tools. The same CVE shows up many times; OX correlates them into one issue and uses the count as a strength-of-signal indicator.
  • Severity comes from reachability, exploitability, and damage, plus SBOM and license checks. Red means bad, and OX also flags approved versus unapproved licenses, which you control by policy (ideally with your legal team).
  • Prioritize direct dependencies over indirect ones. Direct dependencies are more attractive to attackers; under about 5% of attacks use indirect ones, so a critical buried three levels deep may not be urgent.
  • “Exploit applicable vs. not” cuts the noise. OX research determines whether your code actually touches the vulnerable part of a library, downgrading non-applicable CVEs and proving the ones that are, sometimes with a simulated exploit.
  • Get findings to developers, and automate the fix. Deliver via pull requests or pipeline integration (no OX login needed), and use no-code workflows to auto-open PRs or Jira tickets and Slack the team.

Video Transcript

Speakers

Melissa Goldberger

Melissa Goldberger

View on LinkedIn

CMO, OX Security (host)

Chief marketing officer at OX Security and host of the Espressos & Endurance series.

aaron miller

Aaron Miller

View on LinkedIn

Solutions Engineer, OX Security

Solutions engineer for OX Security’s west coast region, with a background in API security and gateways (Salt Security and Kong).

FAQ

Its orchestration of many security tools on the PBOM framework, a MITRE-like model focused on the software supply chain, giving both breadth and depth instead of point solutions.

It normalizes and correlates findings, de-duplicating a CVE that appears many times across tools into a single issue, with the correlation count acting as a strength-of-signal indicator.

By reachability, exploitability, and damage (blast radius), plus SBOM and license checks. Approved versus unapproved licenses are flagged and controlled by your own policy.

Direct ones, because they’re easier for attackers to reach; research shows under about 5% of attacks use indirect dependencies, so a deeply buried critical can be low urgency.

OX’s research team determines whether your code touches the vulnerable part of a library. If it doesn’t, the CVE is downgraded; if it does, OX can simulate a concrete exploit to show why it’s serious.

Via pull requests or pipeline integration (Bitbucket, GitHub Actions, GitLab) without logging into OX, plus no-code workflows that auto-open PRs or Jira tickets and Slack the team. There’s a free 14-day trial at ox.security, and it can run fully on-prem.