Skip to content

Support

Getting help with CBOM Generator.

Getting Help

Documentation

Command-Line Help

./build/cbom-generator --help
./build/cbom-generator --version

Reporting Issues

GitHub Issues

Report bugs and feature requests at: https://github.com/CipherIQ/cbom-generator/issues

Issue Template

When reporting issues, include:

  1. CBOM Generator version: ./build/cbom-generator --version
  2. Operating system: uname -a
  3. Command used: Full command line
  4. Error message: Complete error output
  5. Steps to reproduce: Minimal steps to trigger the issue

External References

CycloneDX

NIST Standards

PQC Resources


License

CBOM Generator is licensed under GPL-3.0-or-later.

For commercial licensing options, contact: sales@cipheriq.io


Contributing

Contributions are welcome! See CONTRIBUTING for guidelines.

Development Setup

# Clone repository
git clone https://github.com/CipherIQ/cbom-generator.git
cd cbom-generator

# Build debug version
cmake -B build-debug -DCMAKE_BUILD_TYPE=Debug
cmake --build build-debug

# Run tests
cd build-debug && ctest

Contact

Copyright (c) 2025 Graziano Labs Corp.