Skip to content

Commit 8058b8c

Browse files
Adding support for security contact to protobuf
Signed-off-by: Steve Springett <[email protected]>
1 parent aa629bf commit 8058b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/bom-1.5.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ enum ExternalReferenceType {
189189
EXTERNAL_REFERENCE_TYPE_BUILD_META = 13;
190190
// URL to an automated build system
191191
EXTERNAL_REFERENCE_TYPE_BUILD_SYSTEM = 14;
192+
// Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501]) that specifies the records containing DNS Security TXT.
193+
EXTERNAL_REFERENCE_TYPE_SECURITY_CONTACT = 15;
192194
}
193195

194196
enum HashAlg {

0 commit comments

Comments
 (0)