Actions
Bug #11326
closedchars are not escaped correctly in dsc techniques
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
76
Name check:
Fix check:
Regression:
Description
As in https://www.rudder-project.org/redmine/issues/11268 but for dsc techniques.
Escaping is done with "\" but should be done with "`"
Updated by François ARMAND about 7 years ago
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Operational - other Techniques | Technique editor | Rudder settings
- Priority changed from 0 to 76
The escaping must not be done in JS but at (CFEngine, DSC) generation time, in ncf. We need to have the real, raw input data to be able to correctly escape for each targetted agent language.
Updated by François ARMAND about 7 years ago
- Project changed from Rudder to 41
- Category set to Technique editor - API
- Target version set to master
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/1736
Updated by Vincent MEMBRÉ about 7 years ago
- Project changed from 41 to Rudder
- Category changed from Technique editor - API to Web - Config management
- Target version changed from master to 4.2.0~rc2
Updated by Vincent MEMBRÉ about 7 years ago
- Pull Request deleted (
https://github.com/Normation/rudder/pull/1736)
Updated by Vincent MEMBRÉ about 7 years ago
- Pull Request set to https://github.com/Normation/rudder/pull/1737
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from 4.2.0~rc2 to 4.2.0
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|891338ec125fb0f811e9548802f2411badb30339.
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.2.0 which was released today.
- 4.2.0: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions