Mutations
dismissRepositoryVulnerabilityAlert
Dismisses the Dependabot alert.
dismissRepositoryVulnerabilityAlert에 대한 입력 필드
dismissRepositoryVulnerabilityAlert에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Dependabot alert that was dismissed. |
Objects
DependabotUpdate
A Dependabot Update for a dependency in a repository.
DependabotUpdate 구현
DependabotUpdate에 대한 필드
| 이름 | 설명 |
|---|---|
| The error from a dependency update. |
| The associated pull request. |
| The repository associated with this node. |
DependabotUpdateError
An error produced from a Dependabot Update.
DependabotUpdateError에 대한 필드
| 이름 | 설명 |
|---|---|
| The body of the error. |
| The error code. |
| The title of the error. |
RepositoryVulnerabilityAlert
A Dependabot alert for a repository with a dependency affected by a security vulnerability.
RepositoryVulnerabilityAlert 구현
RepositoryVulnerabilityAlert에 대한 필드
| 이름 | 설명 |
|---|---|
| When was the alert auto-dismissed?. |
| When was the alert created?. |
| The associated Dependabot update. |
| The relationship of an alert's dependency. |
| The scope of an alert's dependency. |
| Comment explaining the reason the alert was dismissed. |
| The reason the alert was dismissed. |
| When was the alert dismissed?. |
| The user who dismissed the alert. |
| When was the alert fixed?. |
| The Node ID of the RepositoryVulnerabilityAlert object. |
| Identifies the alert number. |
| The associated repository. |
| The associated security advisory. |
| The associated security vulnerability. |
Identifies the state of the alert. | |
| The vulnerable manifest filename. |
| The vulnerable manifest path. |
| The vulnerable requirements. |
RepositoryVulnerabilityAlertConnection
The connection type for RepositoryVulnerabilityAlert.
RepositoryVulnerabilityAlertConnection에 대한 필드
| 이름 | 설명 |
|---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryVulnerabilityAlertEdge
An edge in a connection.
RepositoryVulnerabilityAlertEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Enums
DismissReason
The possible reasons that a Dependabot alert was dismissed.
DismissReason의 값
| 이름 | 설명 |
|---|---|
FIX_STARTED | A fix has already been started. |
INACCURATE | This alert is inaccurate or incorrect. |
NOT_USED | Vulnerable code is not actually used. |
NO_BANDWIDTH | No bandwidth to fix this. |
TOLERABLE_RISK | Risk is tolerable to this project. |
RepositoryVulnerabilityAlertDependencyRelationship
The possible relationships of an alert's dependency.
RepositoryVulnerabilityAlertDependencyRelationship의 값
| 이름 | 설명 |
|---|---|
DIRECT | A direct dependency of your project. |
INCONCLUSIVE | The relationship could not be determined. |
TRANSITIVE | A transitive dependency of your project. |
UNKNOWN | The relationship is unknown. |
RepositoryVulnerabilityAlertDependencyScope
The possible scopes of an alert's dependency.
RepositoryVulnerabilityAlertDependencyScope의 값
| 이름 | 설명 |
|---|---|
DEVELOPMENT | A dependency that is only used in development. |
RUNTIME | A dependency that is leveraged during application runtime. |
RepositoryVulnerabilityAlertState
The possible states of an alert.
RepositoryVulnerabilityAlertState의 값
| 이름 | 설명 |
|---|---|
AUTO_DISMISSED | An alert that has been automatically closed by Dependabot. |
DISMISSED | An alert that has been manually closed by a user. |
FIXED | An alert that has been resolved by a code change. |
OPEN | An alert that is still open. |
Input objects
DismissRepositoryVulnerabilityAlertInput
Autogenerated input type of DismissRepositoryVulnerabilityAlert.
DismissRepositoryVulnerabilityAlertInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The reason the Dependabot alert is being dismissed. |
| The Dependabot alert ID to dismiss. |