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
Remediations (`remediations`), Threats (`threats`), and Title (`title`).
21
21
22
22
```
@@ -30,6 +30,9 @@ Remediations (`remediations`), Threats (`threats`), and Title (`title`).
30
30
"cwes": {
31
31
// ...
32
32
},
33
+
"disclosure_date": {
34
+
// ...
35
+
},
33
36
"discovery_date": {
34
37
// ...
35
38
},
@@ -54,9 +57,6 @@ Remediations (`remediations`), Threats (`threats`), and Title (`title`).
54
57
"references": {
55
58
// ...
56
59
},
57
-
"release_date": {
58
-
// ...
59
-
},
60
60
"remediations": {
61
61
// ...
62
62
},
@@ -168,6 +168,15 @@ When creating or modifying a CSAF document, the latest published version of the
168
168
"4.12"
169
169
```
170
170
171
+
#### Vulnerabilities Property - Disclosure Date
172
+
173
+
Disclosure date (`disclosure_date`) with value type `string` of format `date-time` holds the date and time
174
+
the vulnerability was originally disclosed to the public.
175
+
176
+
For vulnerabilities not yet disclosed to the public, a disclosure date in the future SHOULD indicate the intended date for disclosure of the vulnerability.
177
+
As disclosure dates may change during a vulnerability disclosure process, an issuing party SHOULD produce an updated CSAF document to confirm that the
178
+
vulnerability was in fact disclosed to the public at that time or update the `disclosure_date` with the new intended date in the future.
179
+
171
180
#### Vulnerabilities Property - Discovery Date
172
181
173
182
Discovery date (`discovery_date`) of value type `string` with format `date-time` holds the date and time the vulnerability was originally discovered.
@@ -569,11 +578,6 @@ list of references associated with this vulnerability item.
569
578
},
570
579
```
571
580
572
-
#### Vulnerabilities Property - Release Date
573
-
574
-
Release date (`release_date`) with value type `string` of format `date-time` holds the date and time
575
-
the vulnerability was originally released into the wild.
576
-
577
581
#### Vulnerabilities Property - Remediations
578
582
579
583
List of remediations (`remediations`) of value type `array` with 1 or more Remediation items of value type `object` contains a list of remediations.
0 commit comments