mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some changes after review.
This commit is contained in:
+2
-3
@@ -6,7 +6,7 @@
|
||||
List of Known Bugs
|
||||
##################
|
||||
|
||||
Below, you can find a JSON-formatted list of known security-relevant bugs in the
|
||||
Below, you can find a JSON-formatted list of some of the known security-relevant bugs in the
|
||||
Solidity compiler. The file itself is hosted in the `Github repository
|
||||
<https://github.com/ethereum/solidity/blob/develop/docs/bugs.json>`_.
|
||||
The list stretches back as far as version 0.3.0, bugs known to be present only
|
||||
@@ -20,8 +20,7 @@ Contract source verification tools and also other tools interacting with
|
||||
contracts should consult this list according to the following criteria:
|
||||
|
||||
- It is mildly suspicious if a contract was compiled with a nightly
|
||||
compiler version instead of a released version. These compiler versions
|
||||
might contain undocumented bugs.
|
||||
compiler version instead of a released version
|
||||
- It is also mildly suspicious if a contract was compiled with a version that was
|
||||
not the most recent at the time the contract was created. For contracts
|
||||
created from other contracts, you have to follow the creation chain
|
||||
|
||||
Reference in New Issue
Block a user