ScoutSuite icon indicating copy to clipboard operation
ScoutSuite copied to clipboard

Corrected display name for 'Blob Containers Allowing Public Access'

Open rieck-srlabs opened this issue 11 months ago • 0 comments

Description

This commit changes the UI description for the Azure rule 'Blob Containers Allowing Public Access'. The UI incorrectly specified that the rule scans Storage Accounts, while it actually scans 'Blob Containers'. Since there are potentially more Blob Containers than Storage Accounts, the reported statistics are incorrect.

Fixes #1608

Type of change

Select the relevant option(s):

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works (optional)
  • [x] New and existing unit tests pass locally with my changes

rieck-srlabs avatar Feb 27 '24 16:02 rieck-srlabs