Skip to content

Getting ready for v0!

Latest
Compare
Choose a tag to compare
@nightlark nightlark released this 25 Feb 18:21
· 1 commit to main since this release
9e0ff87

If you encounter issues updating Surfactant due to dependencies, try upgrading the dependencies in your virtual environment with the --upgrade --force-reinstall pip options.

BREAKING CHANGE

  • Including all files (for the given extractPaths) in the SBOM is now the default behavior, even if Surfactant doesn't recognize the file type. The include all files options have therefore been removed, and replaced with an omit unrecognized types option. To revert to the old behavior the --omit_unrecognized_types command line argument for a single run of Surfactant, or set the core.omit_unrecognized_types surfactant config option to true to use the old behavior for all Surfactant runs. In specimen configuration files, entries now support omitUnrecognizedTypes to apply the old behavior to only a particular group of extractPaths.

What's Changed

New Contributors

Full Changelog: v0.0.0rc10...v0.0.0rc11