Skip to content

Commit

Permalink
POL-1419 Bug Fix for Azure Publicly-Accessible Blob Containers (#2859)
Browse files Browse the repository at this point in the history
* update

* fix

* update

* fix

* update

* fix

* update

* update

* update

* update
  • Loading branch information
XOmniverse authored Nov 26, 2024
1 parent 3fe1114 commit 8e3ce7b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9237,7 +9237,7 @@
{
"id": "./security/azure/private_blob_containers/private_blob_containers.pt",
"name": "Azure Publicly-Accessible Blob Containers",
"version": "3.0.1",
"version": "3.0.2",
"providers": [
{
"name": "azure_rm",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5277,7 +5277,7 @@
required: true
- id: "./security/azure/private_blob_containers/private_blob_containers.pt"
name: Azure Publicly-Accessible Blob Containers
version: 3.0.1
version: 3.0.2
:providers:
- :name: azure_rm
:permissions:
Expand Down
4 changes: 4 additions & 0 deletions security/azure/private_blob_containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.2

- Fixed bug that would cause policy execution to fail when not filtering by region

## v3.0.1

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category "Security"
severity "high"
default_frequency "daily"
info(
version: "3.0.1",
version: "3.0.2",
provider: "Azure",
service: "Storage",
policy_set: "CIS",
Expand Down Expand Up @@ -332,7 +332,7 @@ script "js_azure_storage_accounts_region_filtered", type: "javascript" do
return include_account
})
} else {
result = js_azure_storage_accounts_region_filtered
result = ds_azure_storage_accounts_tag_filtered
}
EOS
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category "Meta"
default_frequency "15 minutes"
info(
provider: "Azure",
version: "3.0.1", # This version of the Meta Parent Policy Template should match the version of the Child Policy Template as it appears in the Catalog for best reliability
version: "3.0.2", # This version of the Meta Parent Policy Template should match the version of the Child Policy Template as it appears in the Catalog for best reliability
publish: "true",
deprecated: "false",
hide_skip_approvals: "true"
Expand Down

0 comments on commit 8e3ce7b

Please sign in to comment.