From e7a7d2aabfd67f5efc4f505c4e0b1d2ec0fc9ee0 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Thu, 6 Jan 2022 20:06:01 +0100 Subject: [PATCH] adds `securing/SCSVS` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc62a3a..caed6f1 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ - [Ethereum Smart Contract Security Best Practices (Consensys)](https://consensys.github.io/smart-contract-best-practices/) - General security philosophy, known attacks, and sample code. - [OriginProtocol/security](https://github.com/OriginProtocol/security) - Materials related to security: docs, checklists, processes. - [Rari-Capital/security-checklist](https://github.com/Rari-Capital/security-checklist) - Opinionated security and code quality checklist for smart contracts. +- [securing/SCSVS](https://github.com/securing/SCSVS) - Smart Contract Security Verification Standard. - [sigp/solidity-security-blog](https://github.com/sigp/solidity-security-blog) - Comprehensive list of known attack vectors and common anti-patterns. ##### Audits