Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/vulnerabilities.md')
-rw-r--r--doc/api/vulnerabilities.md34
1 files changed, 7 insertions, 27 deletions
diff --git a/doc/api/vulnerabilities.md b/doc/api/vulnerabilities.md
index dc5e5c5f509..52a92f695bd 100644
--- a/doc/api/vulnerabilities.md
+++ b/doc/api/vulnerabilities.md
@@ -1,12 +1,17 @@
---
stage: Govern
group: Threat Insights
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# Vulnerabilities API **(ULTIMATE ALL)**
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/10242) in GitLab 12.6.
+> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/10242) in GitLab 12.6.
+> - `last_edited_at` [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/268154) in GitLab 16.7.
+> - `start_date` [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/268154) in GitLab 16.7.
+> - `updated_by_id` [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/268154) in GitLab 16.7.
+> - `last_edited_by_id` [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/268154) in GitLab 16.7.
+> - `due_date` [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/268154) in GitLab 16.7.
NOTE:
The former Vulnerabilities API was renamed to Vulnerability Findings API
@@ -60,14 +65,9 @@ Example response:
"full_name": "gitlab-examples / security / security-reports"
},
"author_id": 1,
- "updated_by_id": null,
- "last_edited_by_id": null,
"closed_by_id": null,
- "start_date": null,
- "due_date": null,
"created_at": "2019-10-13T15:08:40.219Z",
"updated_at": "2019-10-13T15:09:40.382Z",
- "last_edited_at": null,
"closed_at": null
}
```
@@ -110,14 +110,9 @@ Example response:
"full_name": "gitlab-examples / security / security-reports"
},
"author_id": 1,
- "updated_by_id": null,
- "last_edited_by_id": null,
"closed_by_id": null,
- "start_date": null,
- "due_date": null,
"created_at": "2019-10-13T15:08:40.219Z",
"updated_at": "2019-10-13T15:09:40.382Z",
- "last_edited_at": null,
"closed_at": null
}
```
@@ -160,14 +155,9 @@ Example response:
"full_name": "gitlab-examples / security / security-reports"
},
"author_id": 1,
- "updated_by_id": null,
- "last_edited_by_id": null,
"closed_by_id": null,
- "start_date": null,
- "due_date": null,
"created_at": "2019-10-13T15:08:40.219Z",
"updated_at": "2019-10-13T15:09:40.382Z",
- "last_edited_at": null,
"closed_at": null
}
```
@@ -210,14 +200,9 @@ Example response:
"full_name": "gitlab-examples / security / security-reports"
},
"author_id": 1,
- "updated_by_id": null,
- "last_edited_by_id": null,
"closed_by_id": null,
- "start_date": null,
- "due_date": null,
"created_at": "2019-10-13T15:08:40.219Z",
"updated_at": "2019-10-13T15:09:40.382Z",
- "last_edited_at": null,
"closed_at": null
}
```
@@ -260,14 +245,9 @@ Example response:
"full_name": "gitlab-examples / security / security-reports"
},
"author_id": 1,
- "updated_by_id": null,
- "last_edited_by_id": null,
"closed_by_id": null,
- "start_date": null,
- "due_date": null,
"created_at": "2019-10-13T15:08:40.219Z",
"updated_at": "2019-10-13T15:09:40.382Z",
- "last_edited_at": null,
"closed_at": null
}
```