Skip to content

Commit 6d61acd

Browse files
authored
Merge pull request #299 from SmartContractSecurity/chaals-patch-4
Update SWC-101.md
2 parents 4783faa + 3a40781 commit 6d61acd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

entries/docs/SWC-101.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Please note, this content is no longer actively maintained.
2+
3+
The content of the SWC registry has not been thoroughly updated since 2020. It is known to be incomplete and may contain errors as well as crucial omissions.
4+
5+
For currently maintained guidance on known Smart Contract vulnerabilities written primarily as guidance for security reviewers, please see the
6+
[EEA EthTrust Security Levels specification](https://entethalliance.org/specs/ethtrust-sl). As well as the latest release version, an
7+
[Editor's draft](https://entethalliance.github.io/eta-registry/security-levels-spec.html) is available, that represents the latest work of the group developing the specification.
8+
9+
General guidance for developers on what to consider to ensure security, that is currently maintained, is also available through the
10+
[Smart Contract Security Verification Standard (SCSVS)](https://github.com/ComposableSecurity/SCSVS).
11+
112
# Title
213

314
Integer Overflow and Underflow
@@ -20,6 +31,12 @@ It is recommended to use vetted safe math libraries for arithmetic operations co
2031

2132
## Samples
2233

34+
### EEA EthTrust Security Levels Specification
35+
36+
- [**[S] No Overflow/Underflow**](https://entethalliance.org/specs/ethtrust-sl/#req-1-overflow-underflow)
37+
- [**[M] Safe Overflow/Underflow**](https://entethalliance.org/specs/ethtrust-sl/#req-2-overflow-underflow)
38+
- [**[M] Document Special Code Use**](https://entethalliance.org/specs/ethtrust-sl/#req-2-documented)
39+
2340
### tokensalechallenge.sol
2441

2542
```solidity

0 commit comments

Comments
 (0)