Skip to content

Commit 5708d61

Browse files
authored
TLP_CLEAR_UNSPECIFIED -> TLP_CLEAR
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent d3d243f commit 5708d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ message Swid {
680680
// The Traffic Light Protocol (TLP) classification for the component that the BOM describes. TLP is a classification system for identifying the potential risk associated with artefact, including whether it is subject to certain types of legal, financial, or technical threats. Refer to https://www.first.org/tlp/ for further information. The default classification is `TLP_CLEAR`
681681
enum Tlp {
682682
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `TLP_CLEAR` is our fallback, the default.
683-
TLP_CLEAR_UNSPECIFIED = 0;
683+
TLP_CLEAR = 0;
684684
// Limited distribution but can be shared within a community.
685685
TLP_GREEN = 1;
686686
// Limited distribution but can be shared within an organization and with clients

0 commit comments

Comments
 (0)