Skip to content
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

fix(efs): change public EFS check metadata #3917

Conversation

sergargar
Copy link
Member

@sergargar sergargar commented May 3, 2024

Description

Speaking with AWS Support, they confirmed that the EFS would only be accessed to any principal within the VPC not to the public internet. That is why, we have to change the metadata as well as the severity.

Thanks @rieck-srlabs for the catch!

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sergargar sergargar added the backport-v3 Pending to port to Prowler v3 branch label May 3, 2024
@sergargar sergargar requested review from a team as code owners May 3, 2024 11:25
@sergargar sergargar linked an issue May 3, 2024 that may be closed by this pull request
@github-actions github-actions bot added the provider/aws Issues/PRs related with the AWS provider label May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.39%. Comparing base (6ceb2c1) to head (6a0c4ab).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3917      +/-   ##
==========================================
+ Coverage   86.38%   86.39%   +0.01%     
==========================================
  Files         748      748              
  Lines       23295    23295              
==========================================
+ Hits        20123    20126       +3     
+ Misses       3172     3169       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jfagoagas jfagoagas left a comment

Choose a reason for hiding this comment

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

🤩

@jfagoagas jfagoagas merged commit f26f5d3 into master May 6, 2024
11 checks passed
@jfagoagas jfagoagas deleted the 3913-bug-efs_not_publicly_accessible-check-based-on-misunderstanding branch May 6, 2024 08:25
@sergargar sergargar removed the backport-v3 Pending to port to Prowler v3 branch label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider/aws Issues/PRs related with the AWS provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: efs_not_publicly_accessible check based on misunderstanding?
2 participants