Project

General

Profile

Actions

Bug #5550

closed

Classes are not properly canonified by ncf if \' are present

Added by Nicolas CHARLES over 9 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
1
Category:
Generic methods
Target version:
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

Also available in: Atom PDF