From 346fb5f6ae78a3d04c9930a4cc66d706cba04177 Mon Sep 17 00:00:00 2001 From: chaals Date: Mon, 1 Jul 2024 18:53:18 +0200 Subject: [PATCH] Update SWC-119.md EthTrust reference --- entries/docs/SWC-119.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entries/docs/SWC-119.md b/entries/docs/SWC-119.md index 180540f5..d0129a47 100644 --- a/entries/docs/SWC-119.md +++ b/entries/docs/SWC-119.md @@ -31,6 +31,10 @@ Review storage variable layouts for your contract systems carefully and remove a - [Issue on Solidity's Github - Shadowing of inherited state variables should be an error (override keyword)](https://github.com/ethereum/solidity/issues/2563) - [Issue on Solidity's Github - Warn about shadowing state variables](https://github.com/ethereum/solidity/issues/973) +### EEA EthTrust Security Levels Specification + +- [**[Q] Implement as Documented**](https://entethalliance.org/specs/ethtrust-sl/#req-3-implement-as-documented) + ## Samples ### ShadowingInFunctions.sol