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/your-org/cryptoBOM/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

Technical Documentation

Design Documents

  • docs/DESIGN.md - Technical architecture
  • docs/REQUIREMENTS.md - Formal requirements
  • docs/NORMALIZATION.md - Asset ID generation

Plugin Development

  • docs/PLUGIN_GUIDE.md - Plugin development guide
  • docs/PLUGIN_YAML_FORMAT.md - YAML plugin schema

API Documentation

  • include/*.h - Header files with API documentation

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.md for guidelines.

Development Setup

# Clone repository
git clone https://github.com/your-org/cryptoBOM.git
cd cryptoBOM

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

# Run tests
cd build-debug && ctest

Contact

  • Technical Support: support@cipheriq.io
  • Sales: sales@cipheriq.io
  • GitHub: https://github.com/your-org/cryptoBOM

Copyright (c) 2025 Graziano Labs Corp.