package grafeas.v1beta1.package

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

enum Architecture

package.proto:25

Instruction set architectures supported by various package managers.

Used in: Distribution

message Details

package.proto:85

Details of a package occurrence.

Used in: Occurrence

message Distribution

package.proto:36

This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.

Used in: Package

message Installation

package.proto:92

This represents how a particular software package may be installed on a system.

Used in: Details

message Location

package.proto:61

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Used in: Installation

message Package

package.proto:76

This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.

Used in: Note

message Version

package.proto:102

Version contains structured information about the version of a package.

Used in: Distribution, Location, vulnerability.Vulnerability.Detail, vulnerability.VulnerabilityLocation

enum Version.VersionKind

package.proto:111

Whether this is an ordinary package version or a sentinel MIN/MAX version.

Used in: Version