Skip to content
New issue

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

fix(aws): check for network interfaces before trying to process #195

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

carlosmmatos
Copy link
Contributor

When confirm_instance is enabled - if boto3 returns an instance that does not have any network interfaces attached, this will cause the FIG to spit out an exception error for trying to iterate over a NoneType object.

@carlosmmatos carlosmmatos added the bugfixes Fixes issues found in code label Oct 2, 2024
@carlosmmatos carlosmmatos self-assigned this Oct 2, 2024
Copy link

@gtheodorio gtheodorio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@carlosmmatos carlosmmatos merged commit aa15e41 into CrowdStrike:main Oct 9, 2024
4 checks passed
@carlosmmatos carlosmmatos deleted the carlosmmatos/issue194 branch October 9, 2024 16:06
@carlosmmatos carlosmmatos linked an issue Oct 11, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Fixes issues found in code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS SecHub TypeError: NoneType object is not iterable
2 participants