We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When someone uses quotes inside the comments of the versions published, the message inside the json does not escape quotes breaking json rules.
Comment example: 'Fix to point to the correct table "token_table"'
In the json translates into: ..."comment":"Fix to point to the correct table "token_table"","number":34...
This needs to be fixed on the API but was told by fastly to report it here.
The text was updated successfully, but these errors were encountered:
Hi @guzmanbraso, thanks for this report! We're looking into it and will reach out with updates or if we need additional information.
Sorry, something went wrong.
No branches or pull requests
When someone uses quotes inside the comments of the versions published, the message inside the json does not escape quotes breaking json rules.
Comment example: 'Fix to point to the correct table "token_table"'
In the json translates into:
..."comment":"Fix to point to the correct table "token_table"","number":34...
This needs to be fixed on the API but was told by fastly to report it here.
The text was updated successfully, but these errors were encountered: