Source

Several source code analysis tools can examine a code repository and generate an SBOM. But what about a binary executable, where the code repository may not be available and the executable is the only artifact to work with? Enter BLint, which aids in generating an SBOM for a binary executable. Creating BLint as open source and adopting it into the OWASP family means that it will be available to all and will grow and evolve.

Supported binary formats:

The SBOM feature is supported for these types:

They are looking at adding the following capabilities:

  1. Detecting libraries dynamically loaded during runtime
  2. Offering a deep mode that will list symbols within static libraries.
  3. Add additional annotations and refine existing ones.
  4. Add CycloneDx 1.6 support for the SBOM feature.

"BLint: Open-source tool to check the security properties of your executables"


Tags: tool   security   linux   macos   windows  

Last modified 16 December 2024