-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Escape "query" parameter #121
Conversation
Thank you for PR 😄, good catch ! |
"query" parameter may contains any characters such as "&".
OK. I rebased. |
Yes, I know. I'll create PR for apply for your comment 👍 |
CI failed, but the test succeeds in my local environment. |
I used act (demonstrate github actions in local), and this CI is passed. So, I don't no idea that why is this checks is failed. You said cache issue in the CI environment, but we cached only go.sum. As these reason, the checks is failed, but I'd like to merge this PR. What do you think ? |
Fmm... Sorry, this is not the cache problem. https://github.com/sivchari/gotwtr/pull/121/checks#step:2:205 749a04a is a commit at I'll try update it by close/reopen this PR. |
Oh... re-approval is needed. |
Hi, I comprehended, so I approve now. |
Codecov Report
@@ Coverage Diff @@
## main #121 +/- ##
=======================================
Coverage 56.99% 56.99%
=======================================
Files 30 30
Lines 1493 1493
=======================================
Hits 851 851
Misses 406 406
Partials 236 236
Continue to review full report at Codecov.
|
"query" parameter may contains any characters such as "&".
Sorry for no tests.
I'm newbie for Go. Adding tests about them was difficult for me. 🙇