We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd2561 commit a767891Copy full SHA for a767891
schema/bom-1.7.proto
@@ -679,15 +679,15 @@ message Swid {
679
680
enum Tlp {
681
// Default
682
- CLEAR = 0;
+ TLP_CLEAR = 0;
683
// Limited distribution but can be shared within a community.
684
- GREEN = 1;
+ TLP_GREEN = 1;
685
// Limited distribution but can be shared within an organization and with clients
686
- AMBER = 2;
+ TLP_AMBER = 2;
687
// Limited distribution but can be shared within an organization.
688
- AMBER_AND_STRICT = 3;
+ TLP_AMBER_AND_STRICT = 3;
689
// Restricted distribution to individual recipients and must not be shared.
690
- RED = 4;
+ TLP_RED = 4;
691
}
692
693
// Specifies a tool (manual or automated).
0 commit comments