Skip to content

Commit 035d5b8

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GHSA for GO-2024-3333
- data/reports/GO-2024-3333.yaml Fixes #3333 Change-Id: I2588aac6e4d9d74145ad9558493562614b6f7c8c Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/637959 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 625199c commit 035d5b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2024-3333.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"published": "0001-01-01T00:00:00Z",
66
"aliases": [
7-
"CVE-2024-45338"
7+
"CVE-2024-45338",
8+
"GHSA-w32m-9786-jp63"
89
],
910
"summary": "Non-linear parsing of case-insensitive content in golang.org/x/net/html",
1011
"details": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",

data/reports/GO-2024-3333.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ description: |-
2121
An attacker can craft an input to the Parse functions that would be processed
2222
non-linearly with respect to its length, resulting in extremely slow parsing.
2323
This could cause a denial of service.
24+
ghsas:
25+
- GHSA-w32m-9786-jp63
2426
credits:
2527
- Guido Vranken
2628
references:

0 commit comments

Comments
 (0)