Merge branch 'release' into develop.

This commit is contained in:
chriseth
2018-09-13 22:54:57 +02:00
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"summary": "Using structs in events logged wrong data.",
"description": "If a struct is used in an event, the address of the struct is logged instead of the actual data.",
"introduced": "0.4.17",
"fixed": "0.5.0",
"fixed": "0.4.25",
"severity": "very low",
"check": {"ast-compact-json-path": "$..[?(@.nodeType === 'EventDefinition')]..[?(@.nodeType === 'UserDefinedTypeName' && @.typeDescriptions.typeString.startsWith('struct'))]"}
},