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/vulnerability_findings.md')
-rw-r--r--doc/api/vulnerability_findings.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/vulnerability_findings.md b/doc/api/vulnerability_findings.md
index 4144a912617..b4791ee8365 100644
--- a/doc/api/vulnerability_findings.md
+++ b/doc/api/vulnerability_findings.md
@@ -131,6 +131,18 @@ Example response:
"version": "1.5.0"
}
},
+ "details": {
+ "custom_field": {
+ "name": "URLs",
+ "type": "list",
+ "items": [
+ {
+ "type": "url",
+ "href": "http://site.com/page/1"
+ }
+ ]
+ }
+ },
"solution": "Upgrade to fixed version.\r\n",
"blob_path": "/tests/yarn-remediation-test/blob/cc6c4a0778460455ae5d16ca7025ca9ca1ca75ac/yarn.lock"
}