You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unicode whitespaces can implicitly change over time, to ensure the behavior of CEL is hermetic the set of supported whitespaces should be special-cased as part of the trim() implementation.
To Reproduce
Check which components this affects:
parser
checker
interpreter
The text was updated successfully, but these errors were encountered:
TristonianJones
changed the title
Remove unicode dependency in strings.trim()
Hardcode unicode whitespace into strings.trim()
Apr 4, 2025
Describe the bug
Unicode whitespaces can implicitly change over time, to ensure the behavior of CEL is hermetic the set of supported whitespaces should be special-cased as part of the
trim()
implementation.To Reproduce
Check which components this affects:
The text was updated successfully, but these errors were encountered: