Skip to content

Commit 1ec4985

Browse files
fix: fix vulnerable_ports field name
1 parent a5f4c27 commit 1ec4985

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)