evait-security / wami-templates

MIT License
0 stars 0 forks source link

There seems to be a YAML deserialization issue in social-analyzer related to entries containing "person's". #1

Closed NxtTAB closed 1 year ago

NxtTAB commented 1 year ago

Please do not enclose the name and description entries with single quotation marks ('), as it may cause an error when there is an apostrophe in the description, such as in the description of social-analyzer.yaml at "person's".

To work around or fix this issue, you should avoid using single quotation marks when serializing or deserializing YAML. The YAML deserialization function does not require the entries to be enclosed in single quotation marks.

NxtTAB commented 1 year ago

Issue is Fix. There are no more single quotation marks.