Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions registry/package.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ message SecurityAdvisory {
optional float cvss_score = 5;
// OSV API URL for the advisory
required string api_url = 6;
// Other identifiers for the same vulnerability (e.g. a CVE id when the
// primary id is a GHSA id, or vice versa).
repeated string aliases = 7;
}

enum AdvisorySeverity {
Expand Down