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
Copy file name to clipboardExpand all lines: api-docs/openapi.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1105,8 +1105,8 @@
1105
1105
"tags": [
1106
1106
"CVE Record"
1107
1107
],
1108
-
"summary": "Creates a reject CVE Record for the specified ID if no record yet exists (accessible to CNAs and Secretariat)",
1109
-
"description": " <h2>Access Control</h2> <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>CNA:</b> Creates a reject CVE Record for a record owned by their organization</p> <p><b>Secretariat:</b> Creates a reject CVE Record for a record owned by any organization</p>",
1108
+
"summary": "Creates a rejected CVE Record for the specified ID if no record yet exists (accessible to CNAs and Secretariat)",
1109
+
"description": " <h2>Access Control</h2> <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>CNA:</b> Creates a rejected CVE Record for a record owned by their organization</p> <p><b>Secretariat:</b> Creates a rejected CVE Record for a record owned by any organization</p>",
1110
1110
"operationId": "cveCnaCreateReject",
1111
1111
"parameters": [
1112
1112
{
@@ -1205,8 +1205,8 @@
1205
1205
"tags": [
1206
1206
"CVE Record"
1207
1207
],
1208
-
"summary": "Updates an existing CVE Record with a reject record for the specified ID (accessible to CNAs and Secretariat)",
1209
-
"description": " <h2>Access Control</h2> <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>CNA:</b> Updates a reject CVE Record for a record owned by their organization</p> <p><b>Secretariat:</b> Updates a reject CVE Record for a record owned by any organization</p>",
1208
+
"summary": "Updates an existing CVE Record with a rejected record for the specified ID (accessible to CNAs and Secretariat)",
1209
+
"description": " <h2>Access Control</h2> <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>CNA:</b> Updates a rejected CVE Record for a record owned by their organization</p> <p><b>Secretariat:</b> Updates a rejected CVE Record for a record owned by any organization</p>",
Copy file name to clipboardExpand all lines: src/controller/cve-id.controller/error.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ class CveIdControllerError extends idrErr.IDRError {
105
105
overIdQuota(details){// cve-id
106
106
consterr={}
107
107
err.error='EXCEEDED_ID_QUOTA'
108
-
err.message='The amount requested would exceed the organization\'s ID quota. No more IDs can be reserved until the number of IDs in the Reserved state goes below the ID quota or the ID quota is raised. If you feel you are receiving this message in error, please contact support.'
108
+
err.message='The amount requested would exceed the organization\'s ID quota. No more IDs can be reserved until the number of IDs in the Reserved state goes below the ID quota or the ID quota is raised. If you feel you are receiving this message in error, please contact support here: https://cveform.mitre.org/'
0 commit comments