Skip to content

Commit

Permalink
Merge pull request #7024 from Checkmarx/query-description
Browse files Browse the repository at this point in the history
fix(query): fix typo on storage blob service container query description
  • Loading branch information
gabriel-cx authored Apr 24, 2024
2 parents 5674564 + b20a35a commit ea00d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "Storage Blob Service Container With Public Access",
"severity": "HIGH",
"category": "Networking and Firewall",
"descriptionText": "Storage Blob Service Container should not publicly accessible",
"descriptionText": "The Storage Blob Service Container should not be publicly accessible",
"descriptionUrl": "https://docs.microsoft.com/en-us/azure/templates/microsoft.storage/storageaccounts/blobservices/containers?tabs=json#containerproperties-object",
"platform": "AzureResourceManager",
"descriptionID": "49e52e15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hide:
- **URL:** [Github](https://github.com/Checkmarx/kics/tree/master/assets/queries/azureResourceManager/storage_blob_service_container_with_public_access)

### Description
Storage Blob Service Container should not publicly accessible<br>
The Storage Blob Service Container should not be publicly accessible<br>
[Documentation](https://docs.microsoft.com/en-us/azure/templates/microsoft.storage/storageaccounts/blobservices/containers?tabs=json#containerproperties-object)

### Code samples
Expand Down

0 comments on commit ea00d15

Please sign in to comment.