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

[11.x] Fail url checking when url is invalid (#984) #1021

Merged
merged 1 commit into from
Oct 31, 2020
Merged

[11.x] Fail url checking when url is invalid (#984) #1021

merged 1 commit into from
Oct 31, 2020

Conversation

nickrupert7
Copy link

@nickrupert7 nickrupert7 commented Oct 30, 2020

This PR is to copy a bug fix that was committed to the 12.x branch into the 11.x branch.
See #984

The current version of laravel/spark-aurelius (11.0) currently requires "laravel/cashier": "^11.0", in which this bug is still present.

I am aware that the Laravel Contribution guide specifies that all bug fixes should only be committed in the latest stable branch. However, since the latest stable branch of laravel/spark-aurelius requires an older version of laravel/cashier, I believe that it would be appropriate to perform this patch on the older branch.

* Fail url checking when url is invalid

* Update VerifyRedirectUrl.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
@taylorotwell
Copy link
Member

@driesvints can you verify this fix is correct? I don't mind getting this into 11.x

@driesvints driesvints merged commit db34575 into laravel:11.x Oct 31, 2020
@driesvints
Copy link
Member

Yep looks fine thanks!

@driesvints
Copy link
Member

@nickrupert7 nickrupert7 deleted the 11.x branch November 2, 2020 15:10
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.

3 participants