We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d182a commit acb3837Copy full SHA for acb3837
github/payload.go
@@ -832,7 +832,7 @@ type DependabotAlertPayload struct {
832
FirstPatchedVersion struct {
833
Identifier string `json:"identifier"`
834
} `json:"first_patched_version"`
835
- } `json:"secirty_vulnerability"`
+ } `json:"security_vulnerability"`
836
URL string `json:"url"`
837
HTMLURL string `json:"html_url"`
838
CreatedAt string `json:"created_at"` // "YYYY-MM-DDTHH:MM:SSZ"
0 commit comments