Actions
User story #14160
closedSupport separated policy generation for technique "Variable from JSON file (dict)"
Effort required:
Name check:
Fix check:
Regression:
Description
Technique variableFromJsonFile is currently quite convoluted and hard to understand, because all directives are merged into one file
We need to port it to separated policy generation, and this port offers the opportynity to rewrite it totally, to make it much more simple:
We need to port it to separated policy generation, and this port offers the opportynity to rewrite it totally, to make it much more simple:
- load the json file
- load the json overrides files
- profit
(and no more sorting on tracking key)
Actions