package metadata_file

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Date

metadata_file.proto:255

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date).

Used in: ThirdParty

enum DirectoryType

metadata_file.proto:230

Used in: ThirdParty

message Identifier

metadata_file.proto:287

Identifier for a third-party package. See go/tp-metadata-id.

The type of the identifier. Either an "ecosystem" value from https://ossf.github.io/osv-schema/#affectedpackage-field such as "Go", "npm" or "PyPI". The "value" and "version" fields follow the same rules as defined in the OSV spec.

Used in: ThirdParty

enum LicenseType

metadata_file.proto:179

License type that identifies how the packages may be used.

Used in: ThirdParty

message Metadata

metadata_file.proto:20

Proto definition of METADATA files of packages in AOSP codebase.

message SBOMRef

metadata_file.proto:270

Reference to external SBOM document and element corresponding to the package. See https://spdx.github.io/spdx-spec/v2.3/document-creation-information/#66-external-document-references-field

Used in: ThirdParty

message Security

metadata_file.proto:191

Identifies security related metadata including risk category and any special instructions for using the package.

Used in: ThirdParty

enum Security.Category

metadata_file.proto:193

Security risk category for a package, as determined by an ISE-TPS review.

Used in: Security

message ThirdParty

metadata_file.proto:32

Used in: Metadata

message URL

metadata_file.proto:100

URL associated with a third-party package.

Used in: ThirdParty

enum URL.Type

metadata_file.proto:101

Used in: URL