CyberChef
CyberChef copied to clipboard
fix import operations with special chars in them
Closes #956
Operations imported from chef UI where the operations contain characters other than letters, numbers or spaces are not found.
This PR adds .
,/
and -
to the sanitise function so operations with those chars in their display name match too. Those were the only special chars I could find in existing operations.