Skip to content

Commit

Permalink
Merge pull request #49 from oorryy/master
Browse files Browse the repository at this point in the history
Added two AWS-Lambda and Serverless items
  • Loading branch information
paragonie-scott authored Jan 24, 2019
2 parents 3027db2 + f57b803 commit 2f69cb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/00-general/websites/0013-serverlessgoat.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 6 additions & 0 deletions data/AWS-Lambda/01-tools/0001-functionshield.json
Original file line number Diff line number Diff line change
@@ -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"
}

1 comment on commit 2f69cb8

@oorryy
Copy link
Contributor

@oorryy oorryy commented on 2f69cb8 Feb 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi - the Readme file still doesn't contain these changes. Any plans for when you'll re-compile?

Please sign in to comment.