-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: url shortener invalid input #13461
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
Conversation
villebro
left a comment
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #13461 +/- ##
==========================================
- Coverage 72.74% 71.75% -0.99%
==========================================
Files 906 804 -102
Lines 45654 40623 -5031
Branches 5516 4157 -1359
==========================================
- Hits 33212 29150 -4062
+ Misses 12232 11473 -759
+ Partials 210 0 -210
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* fix: url shortner invalid input * fix lint (cherry picked from commit c3c7376)
* fix: url shortner invalid input * fix lint
* fix: url shortner invalid input * fix lint
SUMMARY
Make url shortener API only accept url's to defined/expected locations on superset.
ADDITIONAL INFORMATION