From acb383726dd6299440705443cb1579fbc2a12d82 Mon Sep 17 00:00:00 2001 From: Yusuke Hamano <72236227+yhamano0312@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:34:40 +0900 Subject: [PATCH] fix typo github security_vulnerability tag name --- github/payload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/payload.go b/github/payload.go index 2f1cc84..c9e88f1 100644 --- a/github/payload.go +++ b/github/payload.go @@ -832,7 +832,7 @@ type DependabotAlertPayload struct { FirstPatchedVersion struct { Identifier string `json:"identifier"` } `json:"first_patched_version"` - } `json:"secirty_vulnerability"` + } `json:"security_vulnerability"` URL string `json:"url"` HTMLURL string `json:"html_url"` CreatedAt string `json:"created_at"` // "YYYY-MM-DDTHH:MM:SSZ"