Skip to content

Commit dfa8d2f

Browse files
fix: Security Group rule_id 미포함 이슈
Signed-off-by: jinyoungmoonDEV <[email protected]>
1 parent 51eee05 commit dfa8d2f

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
@@ -270,6 +270,7 @@ def _custom_security_group_inbound_rule_info(
270270
)
271271

272272
raw_rule = self._custom_security_group_rule_info(raw_rule, remote, remote_type)
273+
raw_rule.update({"rule_id": rule_id})
273274

274275
protocol_display = raw_rule.get("protocol_display")
275276

@@ -280,7 +281,6 @@ def _custom_security_group_inbound_rule_info(
280281

281282
raw_rule.update(
282283
{
283-
"rule_id": rule_id,
284284
"vulnerable_ports": ports,
285285
"detected_vulnerable_ports": True if ports else False,
286286
}

0 commit comments

Comments
 (0)