Closed Infinidoge closed 3 years ago
This replaces the custom sanitize function with the lib.strings.sanitizeDerivationName function.
sanitize
lib.strings.sanitizeDerivationName
This fixes an issue where the name was not sufficiently sanitized, allowing the & symbol to break the name and attempt to run a command instead.
&
Thanks for the contribution!
This replaces the custom
sanitize
function with thelib.strings.sanitizeDerivationName
function.This fixes an issue where the name was not sufficiently sanitized, allowing the
&
symbol to break the name and attempt to run a command instead.