data/reports: update GO-2024-3250

Edit summary.

  - data/reports/GO-2024-3250.yaml

Updates golang/vulndb#3250

Change-Id: Ic00d13df5c4f885cd85b55a998c37e9ec4b719e6
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/626156
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Tatiana Bradley 2024-11-12 08:58:14 -05:00 коммит произвёл Gopher Robot
Родитель 4946de46cf
Коммит 847cfb8894
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,8 +7,8 @@
"CVE-2024-51744",
"GHSA-29wx-vh33-7x7r"
],
"summary": "Bad documentation of error handling in ParseWithClaims may lead to dangerous situations in github.com/golang-jwt/jwt",
"details": "Bad documentation of error handling in ParseWithClaims may lead to dangerous situations in github.com/golang-jwt/jwt",
"summary": "Improper error handling in ParseWithClaims and bad documentation may cause dangerous situations in github.com/golang-jwt/jwt",
"details": "Improper error handling in ParseWithClaims and bad documentation may cause dangerous situations in github.com/golang-jwt/jwt",
"affected": [
{
"package": {

Просмотреть файл

@ -13,7 +13,7 @@ modules:
- ParseWithClaims
- Parser.Parse
summary: |-
Bad documentation of error handling in ParseWithClaims may lead to
Improper error handling in ParseWithClaims and bad documentation may cause
dangerous situations in github.com/golang-jwt/jwt
cves:
- CVE-2024-51744