notepad-plus-plus/PowerEditor/installer/nsisInclude
Don Ho 686bf4fba1 Fix security flaw issue
There's a security flaw for the un-installation of Notepad++ in Windows Register, the string without quotes:
C:\Program Files\Notepad++\uninstall.exe, whereas it should be "C:\Program Files\Notepad++\uninstall.exe".
The reason is, hacker can create a file called c:\program.exe, then Windows could interpret Files\Notepad++\uninstall.exe as the argument, so the system could run c:\program.exe. Ref:
https://isc.sans.edu/diary/Help+eliminate+unquoted+path+vulnerabilities/14464

Fixed by @ozone10:

Fix #10191, fix #6165, close #10369
2021-08-13 13:49:40 +02:00
..
autoCompletion.nsh Add an option in installer to install COBOL autocomplete 2021-03-27 03:43:40 +01:00
binariesComponents.nsh Add ARM64 packages for the official distribution 2021-04-21 20:42:01 +02:00
functionList.nsh Fix typo in installer for Fortran 2021-04-21 06:28:18 +02:00
globalDef.nsh Fix security flaw issue 2021-08-13 13:49:40 +02:00
langs4Installer.nsh
langs4Npp.nsh
mainSectionFuncs.nsh Add Markdown UDL of dark mode in release packages 2021-08-08 03:22:15 +02:00
themes.nsh Fix edit zone not being applied to dark mode issue 2021-06-27 16:42:01 +02:00
tools.nsh Fix security flaw issue 2021-08-13 13:49:40 +02:00
uninstall.nsh Add Markdown UDL of dark mode in release packages 2021-08-08 03:22:15 +02:00
winVer.nsh