Actions
Bug #23664
openrudderc may produce malformed powershell scripts
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
74
Name check:
To do
Fix check:
To do
Regression:
No
Description
To reproduce, try to define a technique with the following content as input of any of the methods:
test $(grep -Pr --include=*.{sources,conf} '^\h*server\h+\H+' /etc/chrony/ | wc -l) -ge 3
The resulting powershell technique will have at least one line looking like:
$componentKey = "test $(grep -Pr --include=*.{sources,conf} '^\h*server\h+\H+' /etc/chrony/ | wc -l) -ge 3"
which is un-parsable for powershell as the comma is interpreted as a comma operator to define a list due to the `$()` used in the field.
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 8.0.1 to 8.0.2
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 8.0.2 to 8.0.3
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 8.0.3 to 8.0.4
Updated by Vincent MEMBRÉ 12 months ago
- Target version changed from 8.0.4 to 8.0.5
- Priority changed from 89 to 88
Updated by Vincent MEMBRÉ 10 months ago
- Target version changed from 8.0.5 to 8.0.6
- Priority changed from 88 to 86
Updated by Vincent MEMBRÉ 9 months ago
- Target version changed from 8.0.6 to 8.0.7
- Priority changed from 86 to 85
Updated by Vincent MEMBRÉ 8 months ago
- Target version changed from 8.0.7 to 8.0.8
- Priority changed from 85 to 83
Updated by Vincent MEMBRÉ 7 months ago
- Target version changed from 8.0.8 to 8.0.9
- Priority changed from 83 to 82
Updated by Vincent MEMBRÉ 6 months ago
- Target version changed from 8.0.9 to 8.0.10
- Priority changed from 82 to 80
Updated by Vincent MEMBRÉ 5 months ago
- Target version changed from 8.0.10 to 1089
- Priority changed from 80 to 79
Updated by Alexis Mousset 4 months ago
- Target version changed from 1089 to 8.1.6
- Priority changed from 79 to 78
Updated by Vincent MEMBRÉ 4 months ago
- Target version changed from 8.1.6 to 8.1.7
Updated by Vincent MEMBRÉ 2 months ago
- Target version changed from 8.1.7 to 8.1.8
- Priority changed from 78 to 75
Updated by Vincent MEMBRÉ 15 days ago
- Target version changed from 8.1.8 to 8.1.9
- Priority changed from 75 to 74
Actions