mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
447 B
21 lines
447 B
6 years ago
|
[
|
||
|
{
|
||
6 years ago
|
"contract": "VectorSum",
|
||
|
"filename": "tests/inline_assembly_library.sol",
|
||
|
"function_name": "sumAsm",
|
||
6 years ago
|
"sourceMapping": [
|
||
|
null
|
||
|
],
|
||
6 years ago
|
"vuln": "Assembly"
|
||
6 years ago
|
},
|
||
|
{
|
||
6 years ago
|
"contract": "VectorSum",
|
||
|
"filename": "tests/inline_assembly_library.sol",
|
||
|
"function_name": "sumPureAsm",
|
||
6 years ago
|
"sourceMapping": [
|
||
|
null
|
||
|
],
|
||
6 years ago
|
"vuln": "Assembly"
|
||
6 years ago
|
}
|
||
|
]
|