Skip to content

Commit

Permalink
Merge pull request #105 from jinyoungmoonDEV/master
Browse files Browse the repository at this point in the history
fix: fix ports setting
  • Loading branch information
jinyoungmoonDEV authored Nov 25, 2024
2 parents 9b9bda6 + 140a4ab commit aa8215e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class SecurityGroupIpPermission(Model):
port_display = StringType(default="")
source_display = StringType(default="")
description_display = StringType(default="")
vulnerable_ports = ListType(IntType)
vulnerable_ports = ListType(IntType, default=[])


class SecurityGroup(AWSCloudService):
Expand Down

0 comments on commit aa8215e

Please sign in to comment.