Closed AV-IO closed 5 years ago
Current regex does not include the following characters: `~@^&*=+\{}|"? Notably, the lack of the '+' character will result in base64 being incorrect or split up, ruining base64 strings that are frequently used in certificates or keys.
Merged into master, thank you for the suggestion
Current regex does not include the following characters: `~@^&*=+\{}|"? Notably, the lack of the '+' character will result in base64 being incorrect or split up, ruining base64 strings that are frequently used in certificates or keys.