LLNL / Surfactant

Modular framework for file information extraction and dependency analysis to generate accurate SBOMs
MIT License
20 stars 14 forks source link

Add config option for including all files in SBOM #238

Closed nightlark closed 2 weeks ago

nightlark commented 1 month ago

Add a configuration option for including all files in an SBOM, regardless of if they are a recognized type or not.

nightlark commented 1 month ago

This should also be added as an option to the specimen config files, so that infoextractors that extract files (or a file) from other files can say that the extract files should all be included in the SBOM. This could allow forcing inclusion of the binary file extracted from a s-rec or hex file, even if that file has no magic bytes identifying it as a file type Surfactant recognizes.