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: stricter protocol check in connection string #3078

Merged
merged 1 commit into from Dec 13, 2021

Conversation

nbbeeken
Copy link
Contributor

Description

What is changing?

Updating the connection string url parser will disallow extraneous characters infront of the mongodb:// or mongodb+srv:// portion of a connection string.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: <type>(NODE-xxxx)<!>: <description>
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken added the Team Review Needs review from team label Dec 13, 2021
@nbbeeken nbbeeken merged commit bc05671 into main Dec 13, 2021
@nbbeeken nbbeeken deleted the chore/mongodb-connection-string-url-regex-fix branch December 13, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
4 participants