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

Exception Handling in Scout Suite Not Working #1673

Open
somugnanasekar opened this issue Oct 1, 2024 · 1 comment
Open

Exception Handling in Scout Suite Not Working #1673

somugnanasekar opened this issue Oct 1, 2024 · 1 comment
Labels
bug Something isn't working potential Unconfirmed issue

Comments

@somugnanasekar
Copy link

Hi All

I am facing an issue with exception handling in Scout Suite. Despite configuring exceptions for specific findings in the scoutsuite_config.json file, the exceptions are not being respected when I run the tool.

Details:
Scout Suite version:5.14.0

I followed the steps described on the GitHub page. First, I downloaded the exception file from the webpage, then I ran the mentioned command:

$ python scout.py aws --profile --local --exceptions /path/to/exceptions.json --no-browser

I tried executing the downloaded exception file, but the exceptions did not work. It threw the following error:
__main__.py L341: Failure while updating report: [Errno 2] No such file or directory: 'scoutsuite-report/scoutsuite-results/scoutsuite_results_aws-default.js

After referring to some blog posts, I tried a different command to execute Scout Suite, but the exceptions still didn’t work:

scout.py aws --profile default --local --exceptions /Users/somu/Downloads/exceptions-aws.json --no-browser
However, the exceptions are still not being applied.

Any guidance on resolving this issue or clarification on the correct way to implement exceptions would be greatly appreciated. Thank you for your support!

@somugnanasekar somugnanasekar added bug Something isn't working potential Unconfirmed issue labels Oct 1, 2024
@ActualAl
Copy link

ActualAl commented Oct 8, 2024

It doesn't appear to working for me either with my GCP scan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working potential Unconfirmed issue
Projects
None yet
Development

No branches or pull requests

2 participants