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
// DocumentMetadata contains metadata about the CSAF document itself.
@@ -112,6 +116,13 @@ type Vulnerability struct {
112
116
ReleaseDate time.Time`json:"release_date"`
113
117
}
114
118
119
+
typeNotestruct {
120
+
Categorystring`json:"category"`
121
+
Textstring`json:"text"`
122
+
Titlestring`json:"title"`
123
+
Audiencestring`json:"audience"`
124
+
}
125
+
115
126
// Every ID item with the two mandatory properties System Name (system_name) and Text (text) contains a single unique label or tracking ID for the vulnerability.
0 commit comments