Skip to content

DanBeard/DecoderRing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBOM Decoder Ring

One Decoder ring to translate them all

About

The end goal of the decoder ring project is to be able to easily and automatically translate between all SBOM formats, keeping as much nuance and precision as possible between formats

Currently supported input formats:

  • SPDX 2.1
  • CSV

Currently supported output formats:

  • SPDX 2.1
  • SWID (with modifications)
  • CSV

See formats.md for a table with mappings between the different formats

Requirements

  • Python 3.6+

    pip install -r requirements.txt

TODO

  • Increase SPDX and SWID precision
  • Add CycloneDX

Usage

./decode.py --infile --format <one of spdx,csv>

The script will create an output folder that contains the translated SBOMs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages