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 incomplete regular expression for hostnames #5444

Merged

Conversation

jeffwidman
Copy link
Member

@jeffwidman jeffwidman commented Jul 29, 2022

The unescaped '.' before 'amazonaws.com' could match more hosts than
expected.

Discovered via CodeQL.

Fix https://github.com/dependabot/dependabot-core/security/code-scanning/6
Fix https://github.com/dependabot/dependabot-core/security/code-scanning/7

@jeffwidman jeffwidman requested a review from a team as a code owner July 29, 2022 03:19
@jeffwidman jeffwidman force-pushed the fix-security-alert-unescaped-regex branch from e7dfe0a to aa20be6 Compare July 29, 2022 03:23
@jeffwidman jeffwidman merged commit 24f9ee3 into dependabot:main Jul 29, 2022
@jeffwidman jeffwidman deleted the fix-security-alert-unescaped-regex branch July 29, 2022 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants