-
Notifications
You must be signed in to change notification settings - Fork 1.6k
🐛 fix broken AWS Endpoints #11902
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 broken AWS Endpoints #11902
Conversation
DryRun Security SummaryThe PR enhances security by implementing consistent character sanitization for resource identifiers in AWS Security Hub and Inspector2 parsers, replacing special characters with underscores to prevent potential injection and parsing vulnerabilities. Expand for full summaryThe PR updates AWS Security Hub and Inspector2 parsers and related components, introducing consistent character replacement for resource identifiers across multiple files to sanitize endpoint hosts by replacing special characters with underscores. Security findings:
Code AnalysisWe ran
Overall Riskiness🔴 Risk threshold exceeded. We've notified @mtesauro, @grendel513. |
@Maffooch can we move this forward with this weeks release? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@quirinziessler Looks like there's a merge conflict now, would you please resolve it? Thanks! |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Merge conflicts have been resolved @dogboat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Once the migrations are fixed up, and tests pass, we can move forward with this one 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a note to the upgrade notes that mentions this migration will happen? If an instance has a lot of endpoints, it can take a while during the upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Sure @valentijnscholten. Thanks for the input! No pressure but release notes are now for 2.44.1 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
* 🐛 fix for AWS Parser endpoints * ruff * resolve conflicts * added upgrade note --------- Co-authored-by: manuelsommer <[email protected]>
fix for #11814