mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added a reference to an extended list of security recommendations.
This commit is contained in:
parent
cf1c236d49
commit
2734eae6fb
@ -20,7 +20,8 @@ to take too much care, but if you manage your bank account using that web servic
|
|||||||
you should be more careful.
|
you should be more careful.
|
||||||
|
|
||||||
This section will list some pitfalls and general security recommendations but
|
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
|
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
|
smart contract code is bug-free, the compiler or the platform itself might
|
||||||
have a bug. A list of some publicly known security-relevant bugs of the compiler
|
have a bug. A list of some publicly known security-relevant bugs of the compiler
|
||||||
can be found in the
|
can be found in the
|
||||||
@ -31,6 +32,10 @@ Solidity compiler.
|
|||||||
As always, with open source documentation, please help us extend this section
|
As always, with open source documentation, please help us extend this section
|
||||||
(especially, some examples would not hurt)!
|
(especially, some examples would not hurt)!
|
||||||
|
|
||||||
|
NOTE: In addition to the list below, you can find more security recommendations and best practices
|
||||||
|
`in Guy Lando's knowledge list <https://github.com/guylando/KnowledgeLists/blob/master/EthereumSmartContracts.md>`_ and
|
||||||
|
`the Consensys GitHub repo <https://consensys.github.io/smart-contract-best-practices/>`_.
|
||||||
|
|
||||||
********
|
********
|
||||||
Pitfalls
|
Pitfalls
|
||||||
********
|
********
|
||||||
|
Loading…
Reference in New Issue
Block a user