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

[Asset Inventory] Cloudbeat panics if SNS topic fetching returns error #2640

Open
moukoublen opened this issue Oct 24, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working Team:Cloud Security Cloud Security team related

Comments

@moukoublen
Copy link
Member

moukoublen commented Oct 24, 2024

Describe the bug
When

The problem exists in code: here and here.

While handling ListTopics and returning an error, a break/continue is required and missing. Thus the code attempts to access parts of the nil pointer and panics.

The fix is low-effort and could be backported to the next 8.16.0 BC.

Image

@moukoublen moukoublen added bug Something isn't working Team:Cloud Security Cloud Security team related labels Oct 24, 2024
@jeniawhite jeniawhite self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Team:Cloud Security Cloud Security team related
Projects
None yet
Development

No branches or pull requests

2 participants