Skip to content

Create stubs of CVE data for output and general development

To accelerate development, we should create an API that returns fake/sample CVE data so that other service can be developed around it while we solve reading CSV information from Google Drive.

This will be the format of the data coming back from Google Drive

id date project link request_link cve_pull_request live_link status year top_level_project
String DateTime String String (URI) String (URI) String (URI) String (URI) String (enum) int (yyyy) String

This does not reflect the data that is going out, but the data that will form the base of our requests.