notepad-plus-plus/PowerEditor/Test
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
..
FunctionList Fix security flaw issue 2021-08-13 13:49:40 +02:00
UrlDetection Improve URL parser: fix apostrophe in an URL issue 2020-11-02 16:00:11 +01:00
xmlValidator Move script validator_xml.py to "Test" folder 2021-01-04 01:42:57 +01:00