aboutsummaryrefslogtreecommitdiffstats
path: root/docs/security-considerations.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-18 17:40:00 +0800
committerchriseth <chris@ethereum.org>2017-04-18 17:40:00 +0800
commit11d30ec04fcc7d017fe3c419c6ad64f657a17e96 (patch)
tree42657ac09468d4c09c0eb67a856ad7f23fd8ad83 /docs/security-considerations.rst
parent10c32362ead6b5198221a48605e16c89a7800deb (diff)
downloaddexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar.gz
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar.bz2
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar.lz
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar.xz
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.tar.zst
dexon-solidity-11d30ec04fcc7d017fe3c419c6ad64f657a17e96.zip
Some changes after review.
Diffstat (limited to 'docs/security-considerations.rst')
-rw-r--r--docs/security-considerations.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/security-considerations.rst b/docs/security-considerations.rst
index 1afaf051..1e92afa7 100644
--- a/docs/security-considerations.rst
+++ b/docs/security-considerations.rst
@@ -22,7 +22,8 @@ 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. All known security-relevant bugs of the compiler can be found in the
+have a bug. A list of some publicly 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.