Skip to content

Commit

Permalink
Update rds_security_group.py (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rmr1d3r committed Apr 20, 2023
1 parent 02c9e69 commit 8c7ca7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfripper/rules/rds_security_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RDSSecurityGroupIngressOpenToWorldRule(ResourceSpecificRule):
Code example:
````yaml
```yaml
Resources:
CompliantRDSSecurityGroup:
Type: AWS::RDS::DBSecurityGroup
Expand All @@ -44,7 +44,7 @@ class RDSSecurityGroupIngressOpenToWorldRule(ResourceSpecificRule):
DBSecurityGroupIngress:
- CIDRIP: 0.0.0.0/0
GroupDescription: Risky RDS security group
````
```
Filters context:
| Parameter | Type | Description |
Expand Down

0 comments on commit 8c7ca7b

Please sign in to comment.