littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
119 stars 11 forks source link

fix(server): Add tag escaping strategy #1146

Closed Snarr closed 1 week ago

Snarr commented 1 week ago

This PR adds an escaping strategy to Tag Attributes, specifically prepending underscore (-) characters with backslashes (\_) to prevent them from being misinterpreted by tag scans.

Fixes #793