This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14055,7 +14055,7 @@ export type RepositoryVulnerabilityAlert = Node &
1405514055 repository: Repository;
1405614056 /** The associated security advisory */
1405714057 securityAdvisory?: Maybe<SecurityAdvisory>;
14058- /** The associated security vulnerablity */
14058+ /** The associated security vulnerability */
1405914059 securityVulnerability?: Maybe<SecurityVulnerability>;
1406014060 /** The vulnerable manifest filename */
1406114061 vulnerableManifestFilename: Scalars["String"];
Original file line number Diff line number Diff line change 7839678396 },
7839778397 {
7839878398 "name": "securityVulnerability",
78399- "description": "The associated security vulnerablity ",
78399+ "description": "The associated security vulnerability ",
7840078400 "args": [],
7840178401 "type": {
7840278402 "kind": "OBJECT",
Original file line number Diff line number Diff line change @@ -12592,7 +12592,7 @@ export declare type RepositoryVulnerabilityAlert = Node & RepositoryNode & {
1259212592 repository: Repository;
1259312593 /** The associated security advisory */
1259412594 securityAdvisory?: Maybe<SecurityAdvisory>;
12595- /** The associated security vulnerablity */
12595+ /** The associated security vulnerability */
1259612596 securityVulnerability?: Maybe<SecurityVulnerability>;
1259712597 /** The vulnerable manifest filename */
1259812598 vulnerableManifestFilename: Scalars["String"];
Original file line number Diff line number Diff line change @@ -14064,7 +14064,7 @@ export type RepositoryVulnerabilityAlert = Node &
1406414064 repository: Repository;
1406514065 /** The associated security advisory */
1406614066 securityAdvisory?: Maybe<SecurityAdvisory>;
14067- /** The associated security vulnerablity */
14067+ /** The associated security vulnerability */
1406814068 securityVulnerability?: Maybe<SecurityVulnerability>;
1406914069 /** The vulnerable manifest filename */
1407014070 vulnerableManifestFilename: Scalars["String"];
You can’t perform that action at this time.
0 commit comments