You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: