Skip to content

Commit baa84c3

Browse files
tatianabgopherbot
authored andcommitted
data/reports: fix symbol in GO-2021-0075.yaml
Aliases: CVE-2018-12018 Updates #75 Change-Id: I27f2aa6acc633b17019466e8eb037106fe522448 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/462715 Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]>
1 parent 4d84021 commit baa84c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/osv/GO-2021-0075.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"path": "github.com/ethereum/go-ethereum/les",
3535
"symbols": [
36-
"protocolManager.handleMsg"
36+
"ProtocolManager.handleMsg"
3737
]
3838
}
3939
]

data/reports/GO-2021-0075.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modules:
55
packages:
66
- package: github.com/ethereum/go-ethereum/les
77
symbols:
8-
- protocolManager.handleMsg
8+
- ProtocolManager.handleMsg
99
description: |
1010
Due to improper argument validation in RPC messages, a maliciously crafted
1111
message can cause a panic, leading to denial of service.

0 commit comments

Comments
 (0)