English

Automating SBOM Generation with Zero-Shot Semantic Similarity

Software Engineering 2024-03-15 v1 Cryptography and Security

Abstract

It is becoming increasingly important in the software industry, especially with the growing complexity of software ecosystems and the emphasis on security and compliance for manufacturers to inventory software used on their systems. A Software-Bill-of-Materials (SBOM) is a comprehensive inventory detailing a software application's components and dependencies. Current approaches rely on case-based reasoning to inconsistently identify the software components embedded in binary files. We propose a different route, an automated method for generating SBOMs to prevent disastrous supply-chain attacks. Remaining on the topic of static code analysis, we interpret this problem as a semantic similarity task wherein a transformer model can be trained to relate a product name to corresponding version strings. Our test results are compelling, demonstrating the model's strong performance in the zero-shot classification task, further demonstrating the potential for use in a real-world cybersecurity context.

Keywords

Cite

@article{arxiv.2403.08799,
  title  = {Automating SBOM Generation with Zero-Shot Semantic Similarity},
  author = {Devin Pereira and Christopher Molloy and Sudipta Acharya and Steven H. H. Ding},
  journal= {arXiv preprint arXiv:2403.08799},
  year   = {2024}
}

Comments

8 pages, 2 figures

R2 v1 2026-06-28T15:19:09.205Z