Skip to content

Commit

Permalink
WIP: schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Octokit Bot committed Apr 20, 2024
1 parent bb5dd1d commit 8f6aa59
Show file tree
Hide file tree
Showing 20 changed files with 3,858 additions and 6,236 deletions.
6 changes: 4 additions & 2 deletions cache/api.github.com.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@
"description": "The products and respective version ranges affected by the advisory.",
"nullable": true,
"items": {
"description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
"type": "object",
"properties": {
"package": {
Expand Down Expand Up @@ -817,7 +818,7 @@
},
"first_patched_version": {
"type": "string",
"description": "The package version that resolve the vulnerability.",
"description": "The package version that resolves the vulnerability.",
"nullable": true
},
"vulnerable_functions": {
Expand Down Expand Up @@ -1384,6 +1385,7 @@
"description": "The products and respective version ranges affected by the advisory.",
"nullable": true,
"items": {
"description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
"type": "object",
"properties": {
"package": {
Expand Down Expand Up @@ -1428,7 +1430,7 @@
},
"first_patched_version": {
"type": "string",
"description": "The package version that resolve the vulnerability.",
"description": "The package version that resolves the vulnerability.",
"nullable": true
},
"vulnerable_functions": {
Expand Down
Loading

0 comments on commit 8f6aa59

Please sign in to comment.