aboutsummaryrefslogtreecommitdiffstats
path: root/docs/security-considerations.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-12 18:23:34 +0800
committerchriseth <chris@ethereum.org>2017-04-12 18:23:34 +0800
commit291ece2bdb57481311571b282d69b1707f7e7236 (patch)
treeed669f080ae4dfc1e8f79f47d14e4da1282c63dc /docs/security-considerations.rst
parentbd48f181b588978461fb4651839c62bcac7888d4 (diff)
downloaddexon-solidity-291ece2bdb57481311571b282d69b1707f7e7236.tar.gz
dexon-solidity-291ece2bdb57481311571b282d69b1707f7e7236.tar.zst
dexon-solidity-291ece2bdb57481311571b282d69b1707f7e7236.zip
List of known bugs.
Diffstat (limited to 'docs/security-considerations.rst')
-rw-r--r--docs/security-considerations.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/security-considerations.rst b/docs/security-considerations.rst
index 7c3f87ee..1afaf051 100644
--- a/docs/security-considerations.rst
+++ b/docs/security-considerations.rst
@@ -22,7 +22,10 @@ you should be more careful.
This section will list some pitfalls and general security recommendations but
can, of course, never be complete. Also, keep in mind that even if your
smart contract code is bug-free, the compiler or the platform itself might
-have a bug.
+have a bug. All known security-relevant bugs of the compiler can be found in the
+:ref:`list of known bugs<known_bugs>`, which is also machine-readable. Note
+that there is a bug bounty program that covers the code generator of the
+Solidity compiler.
As always, with open source documentation, please help us extend this section
(especially, some examples would not hurt)!