You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/docs/SWC-101.md
+17
Original file line number
Diff line number
Diff 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
+
1
12
# Title
2
13
3
14
Integer Overflow and Underflow
@@ -20,6 +31,12 @@ It is recommended to use vetted safe math libraries for arithmetic operations co
20
31
21
32
## Samples
22
33
34
+
### EEA EthTrust Security Levels Specification
35
+
36
+
-[**[S] No Overflow/Underflow**](https://entethalliance.org/specs/ethtrust-sl/#req-1-overflow-underflow)
0 commit comments