Skip to content

Commit

Permalink
chore: ignore CVE-2024-29041
Browse files Browse the repository at this point in the history
GHSA-rv95-896h-c2vc

In my understanding this doesn't affect us.
Let's ignore it for now.
  • Loading branch information
haoqunjiang committed Mar 28, 2024
1 parent bf91ed8 commit 9549245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"ignoreCves": [
"CVE-2022-25883",
"CVE-2023-28155",
"CVE-2023-26136"
"CVE-2023-26136",
"CVE-2024-29041"
]
}
}
Expand Down

0 comments on commit 9549245

Please sign in to comment.