tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
45 stars 9 forks source link

add option `fz sbom` #3255

Open michaellilltokiwa opened 5 days ago

michaellilltokiwa commented 5 days ago

This should automatically create an SBOM (Software Bill of Materials) or explain why it is not possible (e.g. because FFI is used) for a given source code. It seems there are currently two standards CycloneDX and SPDX that need to be supported.