secrules_parsing
secrules_parsing copied to clipboard
fix: setenv syntax
In issue (#92) they explain the setenv action does not allow both syntax: quoted (with ') and unquoted form.
I think the setenv syntax is the same as setvar: it can be quoted with a single quote mark, can have a ! character to delete the env var, and can contain a name, a = and a value.
This fixes that and closes #92.
We definitely should start adding tests for these changes 🤔
We definitely should start adding tests for these changes 🤔
Should I add a (few) test(s) before merge?