Skip to content

Commit

Permalink
Adding back title 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 f0dc232 commit 50185de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions objects/vulnerability.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"description": "The vendor assigned severity of the vulnerability.",
"requirement": "optional"
},
"title": {
"description": "A title or a brief phrase summarizing the discovered vulnerability.",
"requirement": "optional"
},
"vendor_name": {
"description": "The name of the vendor that identified the vulnerability.",
"requirement": "optional"
Expand Down

0 comments on commit 50185de

Please sign in to comment.