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
|`type_category`| XSS, SQLi, ... (about 30 more via the Cobalt Taxonomy) |
191
192
|`attachments`| A list of finding attachments. Attachment download URLs are pre-authorized and will expire after 10 minutes. |
192
193
|`cvsss`| A list of associated [CVSS](https://www.first.org/cvss/) records |
194
+
| `ref_key` | A user-defined field for adding unique identifiers to findings, aiding tracking and linking to external systems.
193
195
|`predecessor_id`| The ID of the original finding that this finding was created from during the carry-over process. `null` if this finding was not created via the carry-over process. |
194
196
|`successor_id`| The ID of the finding that was created from this finding during the carry-over process. `null` if this finding was not carried over. |
195
197
|`links.ui.url`| A link to redirect an authorized user to this finding in the Cobalt web application |
@@ -275,6 +277,7 @@ curl -X GET "https://api.us.cobalt.io/findings/YOUR-FINDING-IDENTIFIER" \
275
277
"version": "3.1"
276
278
}
277
279
],
280
+
"ref_key":"#ExampleRef",
278
281
"predecessor_id": null,
279
282
"successor_id": null
280
283
},
@@ -311,6 +314,7 @@ This endpoint retrieves a specific finding that belong to the organization speci
311
314
|`type_category`| XSS, SQLi, ... (about 30 more via the Cobalt Taxonomy) |
312
315
|`attachments`| A list of finding attachments. Attachment download URLs are pre-authorized and will expire after 10 minutes. |
313
316
|`cvsss`| A list of associated [CVSS](https://www.first.org/cvss/) records |
317
+
| `ref_key` | A user-defined field for adding unique identifiers to findings, aiding tracking and linking to external systems.
314
318
|`predecessor_id`| The ID of the original finding that this finding was created from during the carry-over process. `null` if this finding was not created via the carry-over process. |
315
319
|`successor_id`| The ID of the finding that was created from this finding during the carry-over process. `null` if this finding was not carried over. |
316
320
|`url`| The links.ui.url will redirect an authorized user to this finding in the Cobalt platform |
0 commit comments