Security issue found.
Steps to reproduce:
Name a folder "notepad" and place some big files inside, so that it appears in the scan diagram.
Copy the notepad.exe from Windows next to this folder.
Now make a right click in HDGraph on the notepad folder and select "Open this directory in File Explorer"
Expected: The folder will be opened.
Current behaviour: The executable will be startet.
This could also be a more dangerous executable than notepad ;-)
I guess the reason is you execute just the folder path, which is automatically opened with the explorer.
Starting explorer with the folder as path should work as fix, but use the absolute path to the explorer. Otherwise placing an own explorer.exe next to the folder could cause the same problem.
Update:
It is also working with a link file or a batchfile next to the folder.
Example Worktree:
No matter which of this 4 files exists, they will be executed preferred.
Last edit: Mein Dummy 2026-03-23