SBOMxxxx vs Sbomxxxx inconsistencies (original) (raw)
I am following the API reference documentation, specifically the section Self-provided data-based SBOM generator API. There the snippet states to create a new instance of the class SBOMFile, only that this type does not exist.
Looking for SBOMFile in the code finds an SBOMFile.cs file which defines the class SbomFile.
I have checked other elements and the same situation appears, but not for all of them. It seems, thus, there is some inconsistency that would be good to fix:
- The documentation refer to SBOMxxxx class
- The filesystem defines an SBOMxxxx.cs file
- The class is called Sbomxxxx
xxxx may be File, Package, Specification, GenerationResult,
Elements that do not present this issue are Reference, Metadata, Relationship, ValidationResult