Skip to content

Commit 9eaa78d

Browse files
neildgopherbot
authored andcommitted
data/reports: set better CWE for GO-2025-3420
This report was assigned CWE-116 ("Improper Encoding or Escaping of Output"), but CWE-201 ("Insertion of Sensitive Information Into Sent Data") better describes the incorrect behavior of sending a cookie or Authorization header when the header should have been stripped. Change-Id: I8d3266c7348d3ed9d60d903b7a7afb39bdee212b Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/704036 Auto-Submit: Damien Neil <[email protected]> Reviewed-by: Neal Patel <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 5032ebc commit 9eaa78d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/cve/v5/GO-2025-3420.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"descriptions": [
8989
{
9090
"lang": "en",
91-
"description": "CWE-116: Improper Encoding or Escaping of Output"
91+
"description": "CWE-201: Insertion of Sensitive Information Into Sent Data"
9292
}
9393
]
9494
}

data/reports/GO-2025-3420.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ references:
4343
- web: https://groups.google.com/g/golang-dev/c/bG8cv1muIBM/m/G461hA6lCgAJ
4444
cve_metadata:
4545
id: CVE-2024-45336
46-
cwe: 'CWE-116: Improper Encoding or Escaping of Output'
46+
cwe: 'CWE-201: Insertion of Sensitive Information Into Sent Data'
4747
source:
4848
id: go-security-team
4949
created: 2025-01-27T15:30:48.203009-05:00

0 commit comments

Comments
 (0)