Skip to content

Commit 549a079

Browse files
Merge pull request #54 from jinyoungmoonDEV/master
fix: fix vulnerable_ports field name
2 parents 648a0dd + 1ec4985 commit 549a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/manager/ec2/security_group_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def custom_security_group_inbound_rule_info(self, raw_rule, remote, remote_type,
175175
raw_rule.update(
176176
{
177177
"vulnerable_ports": ports,
178-
"has_vulnerable_ports": "true" if ports else "false"
178+
"detected_vulnerable_ports": True if ports else False
179179
}
180180
)
181181

0 commit comments

Comments
 (0)