Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created November 11, 2023 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erangaeb/3b1e67eeca9b9ed81131a4f88e0ac13b to your computer and use it in GitHub Desktop.
Save erangaeb/3b1e67eeca9b9ed81131a4f88e0ac13b to your computer and use it in GitHub Desktop.
{
"token_id": "string",
"timestamp": "string",
"package": {
"package_id": "string",
"package_name": "string"
},
"pull_requests": [
{
"id": "string",
"timestamp": "string",
"status": "string",
"developers": [
"string"
],
"approver": "string",
"vulnerabilities": [
{
"vulnerability_id": "string",
"name": "string",
"severity": "string",
"fix_status": "string"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment