UKHomeOffice / snowtify

A utility to connect a CD pipeline to the ServiceNow API.
GNU General Public License v3.0
2 stars 4 forks source link

Strip control chars from text #25

Closed RobinKnipe closed 6 years ago

RobinKnipe commented 6 years ago

It seems the ServiceNow API doesn't like control chars (like ASCII colour markers), and that the inclusion of any such characters in the text contents of a notification will cause the API to bork. Snowtify should remove any all control characters from text fields, i.e.

RobinKnipe commented 6 years ago

Fixed in version 0.0.5. See PR #26 for more details.