Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Sep 16, 2024
1 parent 93db95d commit 7ae52b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/containerapps/containerAppIPRestriction.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
domain: 'Containers',
severity: 'Medium',
description: 'Ensures that Container Apps are configured to allow only specific IP addresses.',
more_info: 'Azure Container Apps provides IP ingress restrictions for controlling inbound traffic, enhancing application security. Allow or deny rules can be defined for specific IP ranges, enabling precise access management to container apps. This feature is crucial for reducing potential security vulnerabilities, as unrestricted configurations permit all inbound traffic by default.'
more_info: 'Azure Container Apps provides IP ingress restrictions for controlling inbound traffic, enhancing application security. Allow or deny rules can be defined for specific IP ranges, enabling precise access management to container apps. This feature is crucial for reducing potential security vulnerabilities, as unrestricted configurations permit all inbound traffic by default.',
recommended_action: 'Modify Container Apps and configure IP restriction.',
link: 'https://learn.microsoft.com/en-us/azure/container-apps/ip-restrictions',
apis: ['containerApps:list'],
Expand Down

0 comments on commit 7ae52b2

Please sign in to comment.