Skip to content

Commit

Permalink
adding timestamps to the vulnerability object
Browse files Browse the repository at this point in the history
Signed-off-by: Rajas <[email protected]>
  • Loading branch information
floydtree committed Jul 27, 2023
1 parent 26004cf commit f0dc232
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions objects/vulnerability.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@
"extends": "object",
"name": "vulnerability",
"attributes": {
"affected_packages": {
"requirement": "recommended"
},
"cve": {
"requirement": "recommended"
},
"cwe": {
"requirement": "recommended"
},
"first_seen_time": {
"description": "The time when the vulnerability was first observed.",
"requirement": "optional"
},
"fix_available": {
"requirement": "optional"
},
"affected_packages": {
"requirement": "recommended"
"last_seen_time": {
"description": "The time when the vulnerability was most recently observed.",
"requirement": "optional"
},
"references": {
"description": "A list of reference URLs with additional information about the vulnerability.",
Expand Down

0 comments on commit f0dc232

Please sign in to comment.