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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-10 15:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-10 15:09:27 +0300
commit43d1fef975a24dcaac3ad9bbf20ae9839f5ec9ed (patch)
tree7b68a14e21158abeffebd40f32ca840aa55e6d77 /app/validators/json_schemas
parent19a36e759b6ba949c5e37e6e40e9f1a230106aa0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators/json_schemas')
-rw-r--r--app/validators/json_schemas/vulnerability_cvss_vectors.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/validators/json_schemas/vulnerability_cvss_vectors.json b/app/validators/json_schemas/vulnerability_cvss_vectors.json
index 7ec1339e974..0da6de0a69d 100644
--- a/app/validators/json_schemas/vulnerability_cvss_vectors.json
+++ b/app/validators/json_schemas/vulnerability_cvss_vectors.json
@@ -9,14 +9,14 @@
"type": "string",
"default": "unknown"
},
- "vector_string": {
+ "vector": {
"type": "string",
"example": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
},
"required": [
"vendor",
- "vector_string"
+ "vector"
]
}
}