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
* `url` \[String\] (required): The URL to the full advisory.
130
131
* `title` \[String\] (required): The title of the advisory or individual vulnerability. It must be a single line sentence.
131
132
* `date` \[Date\] (required): The public disclosure date of the advisory.
@@ -137,7 +138,7 @@ patched_versions:
137
138
unaffected versions of the Ruby library.
138
139
* `patched_versions` \[Array\<String\>\] (optional): The version requirements for the
139
140
patched versions of the Ruby library.
140
-
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `osvdb`, and `url`
141
+
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `gsm`, `osvdb`, and `url`
141
142
* `notes` \[String\] (optional): Internal notes regarding the vulnerability's inclusion in this database.
142
143
143
144
### `rubies`
@@ -147,6 +148,7 @@ patched_versions:
147
148
* `cve` \[String\] (optional): Common Vulnerabilities and Exposures (CVE) ID.
148
149
* `osvdb` \[Integer\] (optional): Open Sourced Vulnerability Database (OSVDB) ID.
* `url` \[String\] (required): The URL to the full advisory.
151
153
* `title` \[String\] (required): The title of the advisory or individual vulnerability. It must be a single line sentence.
152
154
* `date` \[Date\] (required): The public disclosure date of the advisory.
@@ -158,7 +160,7 @@ patched_versions:
158
160
unaffected versions of the Ruby implementation.
159
161
* `patched_versions` \[Array\<String\>\] (optional): The version requirements for the
160
162
patched versions of the Ruby implementation.
161
-
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `osvdb`, and `url`
163
+
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `gsm`, `osvdb`, and `url`
162
164
* `notes` \[String\] (optional): Internal notes regarding the vulnerability's inclusion in this database.
163
165
164
166
## Tests
@@ -229,6 +231,7 @@ developed by the Open Security Foundation (OSF) and its contributors.
0 commit comments