We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security group intel module runs before vpc
so https://github.com/Zeus-Labs/cartography/blob/master/cartography/intel/aws/ec2/security_groups.py#L119
this line here does not end up creating the relationship.
Impact is the asset inventory on UI won't show the VPC the security group is associated with.
Fix is to not just match the vpc node but to create it if it's not already in the neo4j database
The text was updated successfully, but these errors were encountered:
Likely same issue for (snet)-[r:MEMBER_OF_AWS_VPC]->(vpc) relationship between EC2Subnet and AWSVpc
Lumping the two into the same issue
Sorry, something went wrong.
No branches or pull requests
security group intel module runs before vpc
so https://github.com/Zeus-Labs/cartography/blob/master/cartography/intel/aws/ec2/security_groups.py#L119
this line here does not end up creating the relationship.
Impact is the asset inventory on UI won't show the VPC the security group is associated with.
Fix is to not just match the vpc node but to create it if it's not already in the neo4j database
The text was updated successfully, but these errors were encountered: