File tree Expand file tree Collapse file tree 7 files changed +103
-0
lines changed Expand file tree Collapse file tree 7 files changed +103
-0
lines changed Original file line number Diff line number Diff line change @@ -34377,6 +34377,16 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
34377
34377
"""
34378
34378
visibility: RepositoryVisibility!
34379
34379
34380
+ """
34381
+ Returns a single vulnerability alert from the current repository by number.
34382
+ """
34383
+ vulnerabilityAlert(
34384
+ """
34385
+ The number for the vulnerability alert to be returned.
34386
+ """
34387
+ number: Int!
34388
+ ): RepositoryVulnerabilityAlert
34389
+
34380
34390
"""
34381
34391
A list of vulnerability alerts that are on this repository.
34382
34392
"""
Original file line number Diff line number Diff line change @@ -41004,6 +41004,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
41004
41004
"""
41005
41005
visibility: RepositoryVisibility!
41006
41006
41007
+ """
41008
+ Returns a single vulnerability alert from the current repository by number.
41009
+ """
41010
+ vulnerabilityAlert(
41011
+ """
41012
+ The number for the vulnerability alert to be returned.
41013
+ """
41014
+ number: Int!
41015
+ ): RepositoryVulnerabilityAlert
41016
+
41007
41017
"""
41008
41018
A list of vulnerability alerts that are on this repository.
41009
41019
"""
Original file line number Diff line number Diff line change @@ -41004,6 +41004,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
41004
41004
"""
41005
41005
visibility: RepositoryVisibility!
41006
41006
41007
+ """
41008
+ Returns a single vulnerability alert from the current repository by number.
41009
+ """
41010
+ vulnerabilityAlert(
41011
+ """
41012
+ The number for the vulnerability alert to be returned.
41013
+ """
41014
+ number: Int!
41015
+ ): RepositoryVulnerabilityAlert
41016
+
41007
41017
"""
41008
41018
A list of vulnerability alerts that are on this repository.
41009
41019
"""
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Field <code>vulnerabilityAlert</code> was added to object type <code>Repository</code></p>"
8
+ ]
9
+ }
10
+ ],
11
+ "previewChanges": [],
12
+ "upcomingChanges": [],
13
+ "date": "2023-02-15"
14
+ },
2
15
{
3
16
"schemaChanges": [
4
17
{
Original file line number Diff line number Diff line change 57733
57733
"kind": "enums",
57734
57734
"href": "/graphql/reference/enums#repositoryvisibility"
57735
57735
},
57736
+ {
57737
+ "name": "vulnerabilityAlert",
57738
+ "description": "<p>Returns a single vulnerability alert from the current repository by number.</p>",
57739
+ "type": "RepositoryVulnerabilityAlert",
57740
+ "id": "repositoryvulnerabilityalert",
57741
+ "kind": "objects",
57742
+ "href": "/graphql/reference/objects#repositoryvulnerabilityalert",
57743
+ "arguments": [
57744
+ {
57745
+ "name": "number",
57746
+ "description": "<p>The number for the vulnerability alert to be returned.</p>",
57747
+ "type": {
57748
+ "name": "Int!",
57749
+ "id": "int",
57750
+ "kind": "scalars",
57751
+ "href": "/graphql/reference/scalars#int"
57752
+ }
57753
+ }
57754
+ ]
57755
+ },
57736
57756
{
57737
57757
"name": "vulnerabilityAlerts",
57738
57758
"description": "<p>A list of vulnerability alerts that are on this repository.</p>",
Original file line number Diff line number Diff line change 48841
48841
"kind": "enums",
48842
48842
"href": "/graphql/reference/enums#repositoryvisibility"
48843
48843
},
48844
+ {
48845
+ "name": "vulnerabilityAlert",
48846
+ "description": "<p>Returns a single vulnerability alert from the current repository by number.</p>",
48847
+ "type": "RepositoryVulnerabilityAlert",
48848
+ "id": "repositoryvulnerabilityalert",
48849
+ "kind": "objects",
48850
+ "href": "/graphql/reference/objects#repositoryvulnerabilityalert",
48851
+ "arguments": [
48852
+ {
48853
+ "name": "number",
48854
+ "description": "<p>The number for the vulnerability alert to be returned.</p>",
48855
+ "type": {
48856
+ "name": "Int!",
48857
+ "id": "int",
48858
+ "kind": "scalars",
48859
+ "href": "/graphql/reference/scalars#int"
48860
+ }
48861
+ }
48862
+ ]
48863
+ },
48844
48864
{
48845
48865
"name": "vulnerabilityAlerts",
48846
48866
"description": "<p>A list of vulnerability alerts that are on this repository.</p>",
Original file line number Diff line number Diff line change 57733
57733
"kind": "enums",
57734
57734
"href": "/graphql/reference/enums#repositoryvisibility"
57735
57735
},
57736
+ {
57737
+ "name": "vulnerabilityAlert",
57738
+ "description": "<p>Returns a single vulnerability alert from the current repository by number.</p>",
57739
+ "type": "RepositoryVulnerabilityAlert",
57740
+ "id": "repositoryvulnerabilityalert",
57741
+ "kind": "objects",
57742
+ "href": "/graphql/reference/objects#repositoryvulnerabilityalert",
57743
+ "arguments": [
57744
+ {
57745
+ "name": "number",
57746
+ "description": "<p>The number for the vulnerability alert to be returned.</p>",
57747
+ "type": {
57748
+ "name": "Int!",
57749
+ "id": "int",
57750
+ "kind": "scalars",
57751
+ "href": "/graphql/reference/scalars#int"
57752
+ }
57753
+ }
57754
+ ]
57755
+ },
57736
57756
{
57737
57757
"name": "vulnerabilityAlerts",
57738
57758
"description": "<p>A list of vulnerability alerts that are on this repository.</p>",
You can’t perform that action at this time.
0 commit comments