|
57084 | 57084 | "href": "/graphql/reference/scalars#string" |
57085 | 57085 | } |
57086 | 57086 | }, |
| 57087 | + { |
| 57088 | + "name": "dependencyScopes", |
| 57089 | + "description": "<p>Filter by the scope of the alert's dependency.</p>", |
| 57090 | + "type": { |
| 57091 | + "name": "[RepositoryVulnerabilityAlertDependencyScope!]", |
| 57092 | + "id": "repositoryvulnerabilityalertdependencyscope", |
| 57093 | + "kind": "enums", |
| 57094 | + "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope" |
| 57095 | + } |
| 57096 | + }, |
57087 | 57097 | { |
57088 | 57098 | "name": "first", |
57089 | 57099 | "description": "<p>Returns the first <em>n</em> elements from the list.</p>", |
|
58273 | 58283 | "kind": "objects", |
58274 | 58284 | "href": "/graphql/reference/objects#dependabotupdate" |
58275 | 58285 | }, |
| 58286 | + { |
| 58287 | + "name": "dependencyScope", |
| 58288 | + "description": "<p>The scope of an alert's dependency.</p>", |
| 58289 | + "type": "RepositoryVulnerabilityAlertDependencyScope", |
| 58290 | + "id": "repositoryvulnerabilityalertdependencyscope", |
| 58291 | + "kind": "enums", |
| 58292 | + "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope" |
| 58293 | + }, |
58276 | 58294 | { |
58277 | 58295 | "name": "dismissReason", |
58278 | 58296 | "description": "<p>The reason the alert was dismissed.</p>", |
|
76752 | 76770 | } |
76753 | 76771 | ] |
76754 | 76772 | }, |
| 76773 | + { |
| 76774 | + "name": "RepositoryVulnerabilityAlertDependencyScope", |
| 76775 | + "kind": "enums", |
| 76776 | + "id": "repositoryvulnerabilityalertdependencyscope", |
| 76777 | + "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope", |
| 76778 | + "description": "<p>The possible scopes of an alert's dependency.</p>", |
| 76779 | + "values": [ |
| 76780 | + { |
| 76781 | + "name": "DEVELOPMENT", |
| 76782 | + "description": "<p>A dependency that is only used in development.</p>" |
| 76783 | + }, |
| 76784 | + { |
| 76785 | + "name": "RUNTIME", |
| 76786 | + "description": "<p>A dependency that is leveraged during application runtime.</p>" |
| 76787 | + } |
| 76788 | + ] |
| 76789 | + }, |
76755 | 76790 | { |
76756 | 76791 | "name": "RepositoryVulnerabilityAlertState", |
76757 | 76792 | "kind": "enums", |
|
76939 | 76974 | "name": "COMPOSER", |
76940 | 76975 | "description": "<p>PHP packages hosted at packagist.org.</p>" |
76941 | 76976 | }, |
| 76977 | + { |
| 76978 | + "name": "ERLANG", |
| 76979 | + "description": "<p>Erlang/Elixir packages hosted at hex.pm.</p>" |
| 76980 | + }, |
76942 | 76981 | { |
76943 | 76982 | "name": "GO", |
76944 | 76983 | "description": "<p>Go modules.</p>" |
|
0 commit comments