[PR #1226] [CLOSED] Added FunctionShield, a free security protection library for serverless applications #1095

Closed
opened 2025-11-06 13:09:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1226
Author: @oorryy
Created: 2/4/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 4793f45 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1226 **Author:** [@oorryy](https://github.com/oorryy) **Created:** 2/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4793f45`](https://github.com/vinta/awesome-python/commit/4793f45b965c2288ca5daf4e684b3d43ef0c49ac) Added FunctionShield, a free security protection library for AWS Lambda and Google Cloud Functions ### 📊 Changes **1 file changed** (+95 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+95 -93) </details> ### 📄 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 :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:09:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1095