fastly/cli

Services API is not escaping quotes in version comments causing json returned by the CLI to break.

Opened this issue · 1 comments

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.

Hi @guzmanbraso, thanks for this report! We're looking into it and will reach out with updates or if we need additional information.