Skip to content

Commit 636eb43

Browse files
committed
style fixes
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent dbd3c43 commit 636eb43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

schema/bom-1.7.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,15 +682,15 @@ message Swid {
682682
enum TlpClassification {
683683
// The information is not subject to any restrictions as regards the sharing.
684684
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- "CLEAR" is our fallback, the default.
685-
TLP_CLEAR = 0;
685+
TLP_CLASSIFICATION_CLEAR = 0;
686686
// The information is subject to limited disclosure, and recipients can share it within their community but not via publicly accessible channels.
687-
TLP_GREEN = 1;
687+
TLP_CLASSIFICATION_GREEN = 1;
688688
// The information is subject to limited disclosure, and recipients can only share it on a need-to-know basis within their organization and with clients.
689-
TLP_AMBER = 2;
689+
TLP_CLASSIFICATION_AMBER = 2;
690690
// The information is subject to limited disclosure, and recipients can only share it on a need-to-know basis within their organization.
691-
TLP_AMBER_AND_STRICT = 3;
691+
TLP_CLASSIFICATION_AMBER_AND_STRICT = 3;
692692
// The information is subject to restricted distribution to individual recipients only and must not be shared.
693-
TLP_RED = 4;
693+
TLP_CLASSIFICATION_RED = 4;
694694
}
695695

696696
// Specifies a tool (manual or automated).

tools/src/test/resources/1.7/valid-metadata-distribution-1.7.textproto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ spec_version: "1.7"
55
version: 1
66
serial_number: "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
77
metadata {
8-
distribution: TLP_RED
8+
distribution: TLP_CLASSIFICATION_RED
99
}

0 commit comments

Comments
 (0)