We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d84021 commit baa84c3Copy full SHA for baa84c3
data/osv/GO-2021-0075.json
@@ -33,7 +33,7 @@
33
{
34
"path": "github.com/ethereum/go-ethereum/les",
35
"symbols": [
36
- "protocolManager.handleMsg"
+ "ProtocolManager.handleMsg"
37
]
38
}
39
data/reports/GO-2021-0075.yaml
@@ -5,7 +5,7 @@ modules:
5
packages:
6
- package: github.com/ethereum/go-ethereum/les
7
symbols:
8
- - protocolManager.handleMsg
+ - ProtocolManager.handleMsg
9
description: |
10
Due to improper argument validation in RPC messages, a maliciously crafted
11
message can cause a panic, leading to denial of service.
0 commit comments