diff --git a/data/00-general/websites/0013-serverlessgoat.json b/data/00-general/websites/0013-serverlessgoat.json new file mode 100644 index 0000000..7976657 --- /dev/null +++ b/data/00-general/websites/0013-serverlessgoat.json @@ -0,0 +1,6 @@ +{ + "free": true, + "name": "OWASP ServerlessGoat", + "remark": "OWASP ServerlessGoat is a deliberately insecure realistic AWS Lambda serverless application, maintained by OWASP and created by [PureSec](https://www.puresec.io/). You can install WebGoat, learn about the vulnerabilities, how to exploit them, and how to remediate each issue. The project also includes documentation explaining the issues and how they should be remediated with best-practices.", + "url": "https://www.owasp.org/index.php/OWASP_Serverless_Goat" +} \ No newline at end of file diff --git a/data/AWS-Lambda/01-tools/0001-functionshield.json b/data/AWS-Lambda/01-tools/0001-functionshield.json new file mode 100644 index 0000000..9e706fd --- /dev/null +++ b/data/AWS-Lambda/01-tools/0001-functionshield.json @@ -0,0 +1,6 @@ +{ + "free": true, + "name": "PureSec FunctionShield", + "remark": "FunctionShield is a 100% free AWS Lambda security and Google Cloud Functions security library that equips developers with the ability to easily enforce strict security controls on serverless runtimes.", + "url": "https://www.puresec.io/function-shield" +} \ No newline at end of file