-
-
Notifications
You must be signed in to change notification settings - Fork 231
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 invalid json escaping #224
Conversation
Codecov Report
@@ Coverage Diff @@
## master #224 +/- ##
==========================================
- Coverage 49.02% 48.96% -0.07%
==========================================
Files 14 14
Lines 1638 1636 -2
==========================================
- Hits 803 801 -2
Misses 835 835
Continue to review full report at Codecov.
|
Yes, this works correctly for our specific function source. It might be good to modify the
Then a test case could be written that feeds it |
I agree that adding a test case would be a good idea, however I have more urgent tasks right now. |
I have been investigating a way for us to have some kind of unit tests. |
Hey @gbip, Thanks a lot for the PR! Could you please allow edits from maintainers, so I can add tests for this case? |
Awesome, merged! Thank you, @gbip |
Since this fix a security issue, I suggest making a new release. |
This fixes #223.
@saosebastiao Could you report if this fixes your issue ?