LavaDesu / powercord-overlay

A Nix flake to install Discord with Powercord
MIT License
14 stars 4 forks source link

fix(powercord): use sanitizeDerivationName #1

Closed Infinidoge closed 3 years ago

Infinidoge commented 3 years ago

This replaces the custom sanitize function with the lib.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.

LavaDesu commented 3 years ago

Thanks for the contribution!