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.5.proto
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -121,10 +121,10 @@ message Component {
121
121
optionalReleaseNotesreleaseNotes=24;
122
122
}
123
123
124
-
// Specifies the data classification.
125
-
messageDataClassification { // This is actually the data flow, but unable to change the name due to backward compatability
124
+
// Specifies the data flow.
125
+
messageDataFlow {
126
126
// Specifies the flow direction of the data.
127
-
DataFlowflow=1;
127
+
DataFlowDirectionflow=1;
128
128
// Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed.
129
129
stringvalue=2;
130
130
// Name for the defined data
@@ -138,7 +138,7 @@ message DataClassification { // This is actually the data flow, but unable to ch
138
138
}
139
139
140
140
// Specifies the flow direction of the data. Valid values are: inbound, outbound, bi-directional, and unknown. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.
141
-
enumDataFlow {
141
+
enumDataFlowDirection {
142
142
DATA_FLOW_NULL=0;
143
143
DATA_FLOW_INBOUND=1;
144
144
DATA_FLOW_OUTBOUND=2;
@@ -459,7 +459,7 @@ message Service {
459
459
optionalboolauthenticated=8;
460
460
// A boolean value indicating if use of the service crosses a trust zone or boundary. A value of true indicates that by using the service, a trust boundary is crossed. A value of false indicates that by using the service, a trust boundary is not crossed.
461
461
optionalboolx_trust_boundary=9;
462
-
repeatedDataClassificationdata=10;
462
+
repeatedDataFlowdata=10;
463
463
repeatedLicenseChoicelicenses=11;
464
464
// Provides the ability to document external references related to the service.
0 commit comments