Skip to content

Commit f2d2dfa

Browse files
committed
data/reports: add GHSA to GO-2020-0003.yaml
Aliases: CVE-2020-36568, GHSA-hggr-p7v6-73p5 Updates #3 Fixes #1211 Change-Id: I67ee06c1a726b1cde131b1fd087bf4611a8b5c6f Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/460417 Run-TryBot: Damien Neil <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 16a8c71 commit f2d2dfa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0003.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"published": "2021-04-14T20:04:52Z",
44
"modified": "0001-01-01T00:00:00Z",
55
"aliases": [
6-
"CVE-2020-36568"
6+
"CVE-2020-36568",
7+
"GHSA-hggr-p7v6-73p5"
78
],
89
"details": "An attacker can cause an application that accepts slice parameters (https://revel.github.io/manual/parameters.html#slices) to allocate large amounts of memory and crash through manipulating the request query sent to the application.",
910
"affected": [

data/reports/GO-2020-0003.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: |
99
(https://revel.github.io/manual/parameters.html#slices) to allocate large
1010
amounts of memory and crash through manipulating the request query sent to the application.
1111
published: 2021-04-14T20:04:52Z
12+
ghsas:
13+
- GHSA-hggr-p7v6-73p5
1214
credit: '@SYM01'
1315
references:
1416
- fix: https://github.com/revel/revel/pull/1427

0 commit comments

Comments
 (0)