Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Supported Checks

Eric Rafaloff edited this page Sep 1, 2018 · 2 revisions

The following is a list of issues that solanalyzer is capable of checking for.

Analyzer Issue Severity Description
Compiler Version Compiler Bug Varies The version pragma can be satisfied by a version of the compiler that is affected by a bug. See https://solidity.readthedocs.io/en/latest/bugs.html for a full list of known compiler bugs.
Compiler Version Missing Version Pragma Info No version pragma is declared.
Compiler Version Outdated Compiler Info The version pragma can only be satisfied by an outdated version of the Solidity compiler, and should be updated accordingly.
Function Visibility Default Function Visibility Info No visibility is specified for the given function. The default is public. It should be confirmed that this is desired, and the visibility of the function should be explicitly set.
Clone this wiki locally