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:
- CBOM Generator version:
./build/cbom-generator --version - Operating system:
uname -a - Command used: Full command line
- Error message: Complete error output
- Steps to reproduce: Minimal steps to trigger the issue
Technical Documentation¶
Design Documents¶
docs/DESIGN.md- Technical architecturedocs/REQUIREMENTS.md- Formal requirementsdocs/NORMALIZATION.md- Asset ID generation
Plugin Development¶
docs/PLUGIN_GUIDE.md- Plugin development guidedocs/PLUGIN_YAML_FORMAT.md- YAML plugin schema
API Documentation¶
include/*.h- Header files with API documentation
External References¶
CycloneDX¶
NIST Standards¶
- NIST SP 800-57 - Key Management
- NIST IR 8413 - PQC Status Report
- FIPS 140-3 - Cryptographic Module 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.