CVEProject / cve-services

This repo contains the source for the CVE Services API.
Creative Commons Zero v1.0 Universal
150 stars 70 forks source link

Resolves #808 Updated docs to warn of possible race condition #1224

Closed jdaigneau5 closed 6 months ago

jdaigneau5 commented 6 months ago

Closes Issue #808

Summary

Added documentation warning of possible race condition to PUT /cve/{id}/cna and PUT /cve/{id}reject docs in Swagger docs.

Important Changes

cve.controller/index.js

Testing

Steps to manually test updated functionality, if possible