From 7e54ed42f31dd7da718082366efaf906d863c737 Mon Sep 17 00:00:00 2001 From: Josselin Date: Sat, 21 Mar 2020 17:07:07 +0100 Subject: [PATCH] Fix finding id --- .../uninitialized_local_variable.uninitialized-local.json | 2 +- .../uninitialized_local_variable.uninitialized-local.txt | 1 + .../uninitialized_storage_pointer.uninitialized-storage.json | 2 +- .../uninitialized_storage_pointer.uninitialized-storage.txt | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/expected_json/uninitialized_local_variable.uninitialized-local.json b/tests/expected_json/uninitialized_local_variable.uninitialized-local.json index bffcd4bc4..c73376dcb 100644 --- a/tests/expected_json/uninitialized_local_variable.uninitialized-local.json +++ b/tests/expected_json/uninitialized_local_variable.uninitialized-local.json @@ -79,7 +79,7 @@ ], "description": "Uninitialized.func().uint_not_init (tests/uninitialized_local_variable.sol#4) is a local variable never initialized\n", "markdown": "[Uninitialized.func().uint_not_init](tests/uninitialized_local_variable.sol#L4) is a local variable never initialized\n", - "id": "8cb0b6b473ffecf3c2284584eb0012c742d36709f75c7516c3ba9748f3c27a98", + "id": "6ef627d0a3f7234c0d3dd339ae4cf3c1adf898f03384e08c3c8d846c67e0d476", "check": "uninitialized-local", "impact": "Medium", "confidence": "Medium" diff --git a/tests/expected_json/uninitialized_local_variable.uninitialized-local.txt b/tests/expected_json/uninitialized_local_variable.uninitialized-local.txt index d53351eaa..0d743f7f4 100644 --- a/tests/expected_json/uninitialized_local_variable.uninitialized-local.txt +++ b/tests/expected_json/uninitialized_local_variable.uninitialized-local.txt @@ -2,3 +2,4 @@ Uninitialized.func().uint_not_init (tests/uninitialized_local_variable.sol#4) is a local variable never initialized Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#uninitialized-local-variables tests/uninitialized_local_variable.sol analyzed (1 contracts with 1 detectors), 1 result(s) found +Use https://crytic.io/ to get access to additional detectors and Github integration diff --git a/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.json b/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.json index b828e0442..a41e6d963 100644 --- a/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.json +++ b/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.json @@ -85,7 +85,7 @@ ], "description": "Uninitialized.func().st_bug (tests/uninitialized_storage_pointer.sol#10) is a storage variable never initialized\n", "markdown": "[Uninitialized.func().st_bug](tests/uninitialized_storage_pointer.sol#L10) is a storage variable never initialized\n", - "id": "af9ceb591701024a2199a04e66a121086d330d4cdeb3b160514cce2bb440579f", + "id": "b8f7c2470a8a7f83fd42dca40c50cbf2070e7fa5486c674585f2b0b39d3dc429", "check": "uninitialized-storage", "impact": "High", "confidence": "High" diff --git a/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.txt b/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.txt index d9527c895..00b7beea5 100644 --- a/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.txt +++ b/tests/expected_json/uninitialized_storage_pointer.uninitialized-storage.txt @@ -2,3 +2,4 @@ Uninitialized.func().st_bug (tests/uninitialized_storage_pointer.sol#10) is a storage variable never initialized Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#uninitialized-storage-variables tests/uninitialized_storage_pointer.sol analyzed (1 contracts with 1 detectors), 1 result(s) found +Use https://crytic.io/ to get access to additional detectors and Github integration