You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/bom-1.7.proto
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -682,15 +682,15 @@ message Swid {
682
682
enumTlpClassification {
683
683
// The information is not subject to any restrictions as regards the sharing.
684
684
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- "CLEAR" is our fallback, the default.
685
-
TLP_CLEAR=0;
685
+
TLP_CLASSIFICATION_CLEAR=0;
686
686
// 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;
688
688
// 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;
690
690
// 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;
692
692
// The information is subject to restricted distribution to individual recipients only and must not be shared.
0 commit comments