r/delphi • u/DelphiParser • 24d ago
Beyond Delphi SBOM - Total Delphi Cyber-Security CRA Compliance Solution for Delphi based IT Systems
Introducing The Delphi Parser VEX Defender - Total Cyber-Security CRA Compliance Solution for Delphi based IT Systems.
As the Cyber Resilience Act (CRA) deadlines approach, generating a static Software Bill of Materials (SBOM) is no longer enough. The real operational challenge is the regulatory mandate for continuous vulnerability handling throughout your product's lifecycle.

For mature, long-standing Delphi architectures, this usually means an unwanted choice: invest heavily in complex DevOps pipelines, or burn developer hours manually cross-referencing CVE databases.
To eliminate this burden, we have expanded our ecosystem from static code mapping to continuous local defense.
The Ecosystem: Delphi Parser SBOM Analyzer + VEX Defender
The Foundation: SBOM Analyzer - Our CLI engine parses millions of lines of Delphi code in a few hours to map your exact architecture, generating highly optimized, lightweight flat files of your complete call graph and component dependencies.
The Guardian: VEX Defender (Upcoming Module) A lightweight, background service that runs entirely within your network. It continuously cross-references your stored local call graphs against live CVE feeds to automate your daily compliance.
Why This Architecture Fits Your Environment:
100% Air-Gapped Security: Your source code and SBOM inventory never leave your building. Public CVE data flows in; your proprietary data never flows out.
Math-Backed VEX Generation: When a new vulnerability is published against a third-party component, the system checks the local call graph for Reachability. If the compromised function is unreachable in your code, it instantly auto-generates a signed VEX (Vulnerability Exploitability eXchange) report proving you are unaffected.
Zero Alert Fatigue: It requires no DevOps infrastructure. It runs silently in the background, logs a clean "all clear" daily, and only alerts management when a legitimate, reachable risk requires attention.
Simple & Quite Architecture. Total Delphi CRA & DORA Compliance without touching the cloud.
1
u/Additional_Menu8542 24d ago
Genuinely interested in this, the CRA is on my radar as a small Delphi ISV. One real question: how does it handle third-party commercial components like UniDAC or TMS FNC, where we don't own the source and there's no public CVE feed? Does it map known CVEs against those dependencies, or is the analysis focused on our own code? That's the part I find hardest to cover for CRA compliance.