Skip to content

Commit 4783faa

Browse files
authored
Update SWC-118.md
disclaimer, links to modern stuff
1 parent 346fb5f commit 4783faa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

entries/docs/SWC-118.md

+16
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
Incorrect Constructor Name
@@ -19,6 +30,11 @@ Solidity version 0.4.22 introduces a new `constructor` keyword that make a const
1930

2031
- [SigmaPrime - Constructors with Care](https://blog.sigmaprime.io/solidity-security.html#constructors)
2132

33+
### EEA EthTrust Security Levels Specification
34+
35+
- [**[S] Use a Modern Compiler**](https://entethalliance.org/specs/ethtrust-sl/#req-1-compiler-060)
36+
- [**[Q] Code Linting**](https://entethalliance.org/specs/ethtrust-sl/#req-3-linted)
37+
2238
## Samples
2339

2440
### incorrect_constructor_name1.sol

0 commit comments

Comments
 (0)