diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-10-18 17:22:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 17:22:21 +0800 |
commit | 4a9a986d8cf2e457ab1b36e20bcbefb714292a37 (patch) | |
tree | 82b6eb1132ecbf8c243ac2d796e891c7de8c53e3 /docs/bugs.rst | |
parent | a17996cdadc9e6e941ee7c85681ad3e30f9cf998 (diff) | |
parent | 7849b920cf3ba6502f8a45e0c35be6393392cc00 (diff) | |
download | dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar.gz dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar.bz2 dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar.lz dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar.xz dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.tar.zst dexon-solidity-4a9a986d8cf2e457ab1b36e20bcbefb714292a37.zip |
Merge pull request #3065 from ethereum/reject_truncated_selectors
Do not accept truncated function selectors.
Diffstat (limited to 'docs/bugs.rst')
-rw-r--r-- | docs/bugs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs.rst b/docs/bugs.rst index 55771a35..7629830d 100644 --- a/docs/bugs.rst +++ b/docs/bugs.rst @@ -48,7 +48,7 @@ fixed publish The date at which the bug became known publicly, optional severity - Severity of the bug: low, medium, high. Takes into account + Severity of the bug: very low, low, medium, high. Takes into account discoverability in contract tests, likelihood of occurrence and potential damage by exploits. conditions |