cdx-proto
    Preparing search index...

    Enumeration Volume_VolumeMode

    from enum cyclonedx.v1_6.Volume.VolumeMode

    Index

    Enumeration Members

    Enumeration Members

    BLOCK: 1

    from enum value: VOLUME_MODE_BLOCK = 1;

    FILESYSTEM: 0

    buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value 0 is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema

    from enum value: VOLUME_MODE_FILESYSTEM = 0;