-
-
Notifications
You must be signed in to change notification settings - Fork 359
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: improve isurl regex #1032
Merged
melloware
merged 1 commit into
orval-labs:master
from
melloware:fix__use_require_tld_instead_of_regex
Nov 13, 2023
Merged
fix: improve isurl regex #1032
melloware
merged 1 commit into
orval-labs:master
from
melloware:fix__use_require_tld_instead_of_regex
Nov 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
melloware
force-pushed
the
fix__use_require_tld_instead_of_regex
branch
from
November 10, 2023 17:30
684bcd7
to
bec2e1f
Compare
melloware
requested review from
anymaniax,
AntoinePaques,
codebutler,
EwenQuim and
Marcel-G
November 10, 2023 17:48
alanpoulain
reviewed
Nov 10, 2023
melloware
force-pushed
the
fix__use_require_tld_instead_of_regex
branch
3 times, most recently
from
November 11, 2023 13:09
53009e2
to
e72b7f9
Compare
Can someone review this. The build is currently broken until this fix is implemented. |
alanpoulain
reviewed
Nov 13, 2023
melloware
force-pushed
the
fix__use_require_tld_instead_of_regex
branch
from
November 13, 2023 14:08
e72b7f9
to
feded76
Compare
melloware
force-pushed
the
fix__use_require_tld_instead_of_regex
branch
from
November 13, 2023 14:54
feded76
to
b95397c
Compare
Will-Mann-16
approved these changes
Nov 13, 2023
alanpoulain
approved these changes
Nov 13, 2023
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.
Much better!
anymaniax
approved these changes
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improves on #920 and adds unit tests
Ensures that new scenario and old scenarios are still all working so we don't keep breaking this.
according to Snyk this is the correct way to detect a URL: https://snyk.io/blog/secure-javascript-url-validation/