mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-17 11:32:55 -05:00
[PR #1226] [CLOSED] Added FunctionShield, a free security protection library for serverless applications #1095
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1226
Author: @oorryy
Created: 2/4/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
4793f45Added FunctionShield, a free security protection library for AWS Lambda and Google Cloud Functions📊 Changes
1 file changed (+95 additions, -93 deletions)
View changed files
📝
README.md(+95 -93)📄 Description
What is this Python project?
FunctionShield enables developers to control the security of serverless runtimes environments by enabling or disabling outbound network connectivity, blocking child process execution, disabling read/read operations on /tmp/, and preventing handler source code leakage. It also provides granular function-level logging, which helps to gain visibility on actions inside the function.
What's the difference between this Python project and similar ones?
This is library is first of its kind - there are no alternatives.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.