Skip to content

Commit

Permalink
Add Surfactant to tools list (#268)
Browse files Browse the repository at this point in the history
This adds Surfactant to the tools list, a tool primarily aimed at
generating SBOMs with accurate relationships between files when source
code is not available. CycloneDX is one of the supported output formats,
and will soon be a supported input format (essentially allowing
conversion between formats).

Feedback from users exercising the CycloneDX support will be great --
there's plenty of room for us to improve Surfactant.

Disclaimer -- I am one of the primary authors of Surfactant.
  • Loading branch information
jkowalleck committed May 3, 2024
2 parents 4064275 + 0e09e01 commit f1f2d39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1900,3 +1900,12 @@
- analysis
- transform
- author
- name: Surfactant
publisher: LLNL
description: A modular framework for extracting file information and relationships for filesystems, with an SBOM as the primary output. Also supports limited SBOM merging, editing, and conversion between formats. Several of the supported file types include PE (both native and .NET), ELF, and MSI files.
repoUrl: https://github.com/LLNL/Surfactant
websiteUrl: https://github.com/LLNL/Surfactant
categories:
- opensource
- transform
- library

0 comments on commit f1f2d39

Please sign in to comment.