Actions
Bug #15245
closedLimiting conditions length to 1024 characters
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
At the moment, the only limitation on conditions is that they have to match the following regex : ^[a-zA-Z0-9][a-zA-Z0-9_]*$.
Yet, conditions longer than 1024 should not be allowed. Let's change this.
Updated by Armand Sylvain over 5 years ago
- Status changed from New to In progress
Updated by Armand Sylvain over 5 years ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/2319
Updated by Anonymous over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9da673850bd6fd7911210e0838b4199852cfd295.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Actions