diff --git a/api/src/backend/tasks/jobs/attack_paths/aws.py b/api/src/backend/tasks/jobs/attack_paths/aws.py index 5143ed1694..1abfe1b44a 100644 --- a/api/src/backend/tasks/jobs/attack_paths/aws.py +++ b/api/src/backend/tasks/jobs/attack_paths/aws.py @@ -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 diff --git a/api/src/backend/tasks/jobs/attack_paths/cartography_overrides_aws_sync_order.py b/api/src/backend/tasks/jobs/attack_paths/cartography_overrides_aws_sync_order.py index ed10737bee..3ea7c14214 100644 --- a/api/src/backend/tasks/jobs/attack_paths/cartography_overrides_aws_sync_order.py +++ b/api/src/backend/tasks/jobs/attack_paths/cartography_overrides_aws_sync_order.py @@ -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: