Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Invalid WAF arn #5805

Closed
christiandavilakoobin opened this issue Nov 18, 2024 · 1 comment · Fixed by #5811
Closed

Invalid WAF arn #5805

christiandavilakoobin opened this issue Nov 18, 2024 · 1 comment · Fixed by #5811
Assignees
Labels
bug provider/aws Issues/PRs related with the AWS provider severity/low Bug won't result in any noticeable breakdown of the execution.

Comments

@christiandavilakoobin
Copy link
Contributor

Steps to Reproduce

Run prowler on Docker against an account with global WAF enabled.

Expected behavior

To pass

Actual Result with Screenshots or Logs

2024-11-18 10:09:43,933 [File: wafv2_service.py:122] [Module: wafv2_service] ERROR: us-east-1 -- WAFInvalidParameterException[105]: An error occurred (WAFInvalidParameterException) when calling the ListResourcesForWebACL operation: Error reason: The ARN isn't valid. A valid ARN begins with arn: and includes other information separated by colons or slashes., field: RESOURCE_ARN, parameter: arn:aws:wafv2:us-east-1:xxxxx:global/webacl/xxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx

2024-11-18 10:09:43,934 [File: wafv2_service.py:122] [Module: wafv2_service] ERROR: us-east-1 -- WAFInvalidParameterException[105]: An error occurred (WAFInvalidParameterException) when calling the ListResourcesForWebACL operation: Error reason: The ARN isn't valid. A valid ARN begins with arn: and includes other information separated by colons or slashes., field: RESOURCE_ARN, parameter: arn:aws:wafv2:us-east-1:xxxxx:global/webacl/xxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx

2024-11-18 10:09:43,938 [File: wafv2_service.py:122] [Module: wafv2_service] ERROR: us-east-1 -- WAFInvalidParameterException[105]: An error occurred (WAFInvalidParameterException) when calling the ListResourcesForWebACL operation: Error reason: The ARN isn't valid. A valid ARN begins with arn: and includes other information separated by colons or slashes., field: RESOURCE_ARN, parameter: arn:aws:wafv2:us-east-1:xxxxx:global/webacl/xxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx

How did you install Prowler?

Docker (docker pull toniblyx/prowler)

Environment Resource

  1. Docker container locally

OS used

One inside docker

Prowler version

4.5.3

Pip version

one inside docker image

Context

We have three global WAF, and three regional WAF. The three regional works, and the three global throws an malformed arn error.

@HugoPBrito
Copy link
Member

Thank you very much for using Prowler and for reporting this issue.

We are reviewing it and will provide you with a solution as soon as possible! 🚀

@MrCloudSec MrCloudSec added severity/low Bug won't result in any noticeable breakdown of the execution. provider/aws Issues/PRs related with the AWS provider and removed status/needs-triage Issue pending triage labels Nov 18, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug provider/aws Issues/PRs related with the AWS provider severity/low Bug won't result in any noticeable breakdown of the execution.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants