mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(api): fix exposed_internet not set on ELB/ELBv2 nodes in attack paths - Fixed GitHub Copilot commits
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
|
||||
from typing import Any
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
import aioboto3
|
||||
import boto3
|
||||
import neo4j
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from cartography.config import Config as CartographyConfig
|
||||
from cartography.graph.job import GraphJob
|
||||
from cartography.intel import aws as cartography_aws
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# TODO: Remove this file when Cartography fixes the RESOURCE_FUNCTIONS ordering.
|
||||
# https://github.com/cartography-cncf/cartography/issues/XXXX
|
||||
# TODO: Remove this file when Cartography fixes the RESOURCE_FUNCTIONS ordering
|
||||
#
|
||||
# Explicit sync order for cartography AWS resource functions.
|
||||
# Based on cartography_aws.RESOURCE_FUNCTIONS (v0.129.0) with one change:
|
||||
|
||||
Reference in New Issue
Block a user