PowerStig
PowerStig copied to clipboard
Update Permission parser regex
Describe the bug
The Permission parser uses several select and split string instances to extract permission details from a rule. This can be enhanced with the use of more advanced regular expressions.
To Reproduce
Expected behavior
Use named capture groups to return specific instances of ACE properties.
Screenshots
Additional context