Actions
Bug #5550
closedClasses are not properly canonified by ncf if \' are present
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I needed to execute the following command
/usr/bin/mysqladmin -u root -h 127.0.0.1 password \'password\'
with a specific condition.
CFEngine will canonify it as command_execution__usr_bin_mysqladmin__u_root__h_127_0_0_1_password__password_ , but we call the logger_rudder with the condition command_execution__usr_bin_mysqladmin__u_root__h_127_0_0_1_password__password_ , which is invalid
The Result classes showed in the UI are also invalid in this regard
Actions