-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(awslambda): Enhance function public access check called from other resource #4679
chore(awslambda): Enhance function public access check called from other resource #4679
Conversation
...bda/awslambda_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.py
Fixed
Show fixed
Hide fixed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4679 +/- ##
==========================================
+ Coverage 89.09% 89.13% +0.04%
==========================================
Files 913 921 +8
Lines 27913 28156 +243
==========================================
+ Hits 24869 25098 +229
- Misses 3044 3058 +14 ☔ View full report in Codecov by Sentry. |
You can check the documentation for this PR here -> Prowler Documentation |
a75e605
to
d50c5c2
Compare
…354-enhance-aws-lambda-public-access-check
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
...bda/awslambda_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.py
Outdated
Show resolved
Hide resolved
...bda/awslambda_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.py
Fixed
Show fixed
Hide fixed
...bda/awslambda_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.py
Outdated
Show resolved
Hide resolved
...da_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
...bda/awslambda_function_not_publicly_accessible/awslambda_function_not_publicly_accessible.py
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏼
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
…her resource (#4679) Co-authored-by: Sergio Garcia <[email protected]> (cherry picked from commit 5cc9554)
…her resource (#4679) Co-authored-by: Sergio Garcia <[email protected]> (cherry picked from commit 5cc9554)
Context
Include the scenario where a function is exposed via other AWS resources (ALB and API Gateway). For now check only ensures that policies were not permissive in general cases, now it checks that it cannot be invoked by other resources.
Description
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.