<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/hdgraph/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/hdgraph/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Mar 2026 06:16:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hdgraph/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#16 Security issue - Running foreign executable</title><link>https://sourceforge.net/p/hdgraph/bugs/16/?limit=25#f55e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Update:&lt;br/&gt;
It is also working with a link file or a batchfile next to the folder.&lt;/p&gt;
&lt;p&gt;Example Worktree:&lt;br/&gt;
C:\test\&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;- notepad\
    - Some big files here
- notepad.lnk
- notepad.exe
- notepad.bat
- notepad.cmd
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;No matter which of this 4 files exists, they will be executed preferred.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mein Dummy</dc:creator><pubDate>Mon, 23 Mar 2026 06:16:14 -0000</pubDate><guid>https://sourceforge.net3eeb0b993329e4c6f4ff08b6b5120cacf3ebb324</guid></item><item><title>Security issue - Running foreign executable</title><link>https://sourceforge.net/p/hdgraph/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Security issue found.&lt;br/&gt;
Steps to reproduce:&lt;br/&gt;
Name a folder "notepad" and place some big files inside, so that it appears in the scan diagram.&lt;br/&gt;
Copy the notepad.exe from Windows next to this folder.&lt;br/&gt;
Now make a right click in HDGraph on the notepad folder and select "Open this directory in File Explorer"&lt;br/&gt;
Expected: The folder will be opened.&lt;br/&gt;
Current behaviour: The executable will be startet.&lt;br/&gt;
This could also be a more dangerous executable than notepad ;-)&lt;/p&gt;
&lt;p&gt;I guess the reason is you execute just the folder path, which is automatically opened with the explorer.&lt;br/&gt;
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.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mein Dummy</dc:creator><pubDate>Fri, 20 Mar 2026 10:59:42 -0000</pubDate><guid>https://sourceforge.netd8cab408c8ad281762a4ef747bdfd63e72646064</guid></item><item><title>#15 wrong URL for "Submit bug / Suggest feature / Request for help"</title><link>https://sourceforge.net/p/hdgraph/bugs/15/?limit=25#1f19</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; accepted&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: jyl&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jyl</dc:creator><pubDate>Thu, 08 Oct 2015 15:14:12 -0000</pubDate><guid>https://sourceforge.net51374a5109080be2b862f0bf836a369406eb5df5</guid></item><item><title>#15 wrong URL for "Submit bug / Suggest feature / Request for help"</title><link>https://sourceforge.net/p/hdgraph/bugs/15/?limit=25#678a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Patch again:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="gd"&gt;--- HDGraph/HDGraphGUI/AboutBox.cs.orig 2015-10-08 14:58:20.118408109 +0200&lt;/span&gt;
&lt;span class="gi"&gt;+++ HDGraph/HDGraphGUI/AboutBox.cs  2015-10-08 15:01:12.878411423 +0200&lt;/span&gt;
&lt;span class="gu"&gt;@@ -156,7 +156,7 @@&lt;/span&gt;

         private void linkLabelBugsAndCo_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
         {
&lt;span class="gd"&gt;-            Process.Start("http://sourceforge.net/tracker/?group_id=179516");&lt;/span&gt;
&lt;span class="gi"&gt;+            Process.Start("http://sourceforge.net/p/hdgraph/_list/tickets");&lt;/span&gt;
         }
     }
 }
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Petr Klíma</dc:creator><pubDate>Thu, 08 Oct 2015 13:03:14 -0000</pubDate><guid>https://sourceforge.net5c29e51d02c4c9574a221e8d3fdbfc2299a3dfda</guid></item><item><title>wrong URL for "Submit bug / Suggest feature / Request for help"</title><link>https://sourceforge.net/p/hdgraph/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the "About" dialog there is wrong URL for "Submit bug / Suggest feature / Request for help"&lt;/p&gt;
&lt;p&gt;there is &lt;a href="http://sourceforge.net/tracker/?group_id=179516"&gt;http://sourceforge.net/tracker/?group_id=179516&lt;/a&gt; but it does not work&lt;/p&gt;
&lt;p&gt;IMHO it should be &lt;a href="http://sourceforge.net/p/hdgraph/_list/tickets"&gt;http://sourceforge.net/p/hdgraph/_list/tickets&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Patch:&lt;/p&gt;
&lt;p&gt;--- HDGraph/HDGraphGUI/AboutBox.cs.orig 2015-10-08 14:58:20.118408109 +0200&lt;br/&gt;
+++ HDGraph/HDGraphGUI/AboutBox.cs  2015-10-08 15:01:12.878411423 +0200&lt;br/&gt;
@@ -156,7 +156,7 @@&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;     private void linkLabelBugsAndCo_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
     {
&lt;/pre&gt;&lt;/div&gt;


&lt;ul&gt;
&lt;li&gt;Process.Start("http://sourceforge.net/tracker/?group_id=179516");&lt;/li&gt;
&lt;li&gt;Process.Start("http://sourceforge.net/p/hdgraph/_list/tickets");&lt;br/&gt;
         }&lt;br/&gt;
     }&lt;br/&gt;
 }&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Petr Klíma</dc:creator><pubDate>Thu, 08 Oct 2015 13:01:51 -0000</pubDate><guid>https://sourceforge.netc1773839b407f1bcf16ea69a0577b4caaad2efba</guid></item><item><title>wrong URL for "Submit bug / Suggest feature / Request for help"</title><link>https://sourceforge.net/p/hdgraph/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 15 has been modified: wrong URL for "Submit bug / Suggest feature / Request for help"&lt;br/&gt;
Edited By: jyl (jyl2002)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'accepted'&lt;br/&gt;
Owner updated: None =&amp;gt; u'jyl2002'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Petr Klíma</dc:creator><pubDate>Thu, 08 Oct 2015 13:01:51 -0000</pubDate><guid>https://sourceforge.netcc1eb8c7984307b8dcc892c081ea1e3e1a53f218</guid></item><item><title>#13 Win8- Export only quarter</title><link>https://sourceforge.net/p/hdgraph/bugs/13/?limit=25#561c</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jyl</dc:creator><pubDate>Sun, 09 Aug 2015 09:35:54 -0000</pubDate><guid>https://sourceforge.net9ed67877aa7e02191a853cc5b1ea0d2adcd6c500</guid></item><item><title>#14 nhandled exeption while scanning network drive [Win8.1 64bit)</title><link>https://sourceforge.net/p/hdgraph/bugs/14/?limit=25#7fd7</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; pending&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jyl</dc:creator><pubDate>Sat, 08 Aug 2015 17:32:49 -0000</pubDate><guid>https://sourceforge.net77d44ea22756c4d8ae17c801d55a348abbe17067</guid></item><item><title>nhandled exeption while scanning network drive [Win8.1 64bit)</title><link>https://sourceforge.net/p/hdgraph/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A unhandled exception is thrown while trying to scan a network drive under Windows 8.1 64bit.&lt;br /&gt;
Version 1.4.2.0&lt;/p&gt;
&lt;p&gt;Error details (in French)&lt;/p&gt;
&lt;p&gt;System.InvalidOperationException: La collection a été modifiée ; l'opération d'énumération peut ne pas s'exécuter.&lt;br /&gt;
   à System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)&lt;br /&gt;
   à System.Collections.Generic.List&lt;code&gt;1.Enumerator.MoveNextRare()
   à System.Collections.Generic.List&lt;/code&gt;1.Enumerator.MoveNext()&lt;br /&gt;
   à HDGraph.HDGraphScanEngineBase.FillUpTreeToLevel(IDirectoryNode node, Int32 maxLevel)&lt;br /&gt;
   à HDGraph.MainForm.ExecuteTreeFillUpToLevel(IDirectoryNode node, Int32 targetLevel)&lt;br /&gt;
   à HDGraph.MainForm.SetNewRootNode(IDirectoryNode selectedNode)&lt;br /&gt;
   à HDGraph.MainForm.LaunchScan()&lt;br /&gt;
   à System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br /&gt;
   à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;br /&gt;
   à System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;br /&gt;
   à System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br /&gt;
   à System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;br /&gt;
   à System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;br /&gt;
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br /&gt;
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt; Assemblys chargés &lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
mscorlib&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)&lt;br /&gt;
    CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
HDGraph&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 1.0.0.0&lt;br /&gt;
    CodeBase : file:///C:/Program%20Files%20(x86)/HDGraph%201.4.2.0/HDGraph.exe&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Windows.Forms&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0&lt;strong&gt;b77a5c561934e089/System.Windows.Forms.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0&lt;/strong&gt;b77a5c561934e089/System.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Drawing&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0&lt;strong&gt;b03f5f7f11d50a3a/System.Drawing.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
HDGraphInterfaces&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 1.0.0.0&lt;br /&gt;
    CodeBase : file:///C:/Program%20Files%20(x86)/HDGraph%201.4.2.0/HDGraphInterfaces.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Configuration&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0&lt;/strong&gt;b03f5f7f11d50a3a/System.Configuration.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Xml&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0&lt;strong&gt;b77a5c561934e089/System.Xml.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
mscorlib.resources&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)&lt;br /&gt;
    CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
HDGraph.resources&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 1.0.0.0&lt;br /&gt;
    CodeBase : file:///C:/Program%20Files%20(x86)/HDGraph%201.4.2.0/fr/HDGraph.resources.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Accessibility&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0&lt;/strong&gt;b03f5f7f11d50a3a/Accessibility.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Windows.Forms.resources&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
3fhxcb-a&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0&lt;strong&gt;b77a5c561934e089/System.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
9uywlbwi&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0&lt;/strong&gt;b77a5c561934e089/System.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
WpfDrawEngine&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 1.0.0.0&lt;br /&gt;
    CodeBase : file:///C:/Program%20Files%20(x86)/HDGraph%201.4.2.0/Plugins/WpfDrawEngine.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
PresentationFramework&lt;br /&gt;
    Version de l'assembly : 3.0.0.0&lt;br /&gt;
    Version Win32 : 3.0.6920.7903 built by: Win9Rel&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0&lt;strong&gt;31bf3856ad364e35/PresentationFramework.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
WindowsBase&lt;br /&gt;
    Version de l'assembly : 3.0.0.0&lt;br /&gt;
    Version Win32 : 3.0.6920.7903 built by: Win9Rel&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0&lt;/strong&gt;31bf3856ad364e35/WindowsBase.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
PresentationCore&lt;br /&gt;
    Version de l'assembly : 3.0.0.0&lt;br /&gt;
    Version Win32 : 3.0.6920.7903 built by: Win9Rel&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_64/PresentationCore/3.0.0.0&lt;strong&gt;31bf3856ad364e35/PresentationCore.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.resources&lt;br /&gt;
    Version de l'assembly : 2.0.0.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_fr_b77a5c561934e089/System.resources.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
l3ma1uuh&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)&lt;br /&gt;
    CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0&lt;/strong&gt;b77a5c561934e089/System.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Win32NativeFileSystemEnumerator&lt;br /&gt;
    Version de l'assembly : 1.4.2.0&lt;br /&gt;
    Version Win32 : 1.0.0.0&lt;br /&gt;
    CodeBase : file:///C:/Program%20Files%20(x86)/HDGraph%201.4.2.0/Win32NativeFileSystemEnumerator.DLL&lt;br /&gt;
----------------------------------------&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">OverDarck</dc:creator><pubDate>Tue, 18 Mar 2014 15:25:28 -0000</pubDate><guid>https://sourceforge.net5a1b82a6068d06b3c4b71b2633fdc8988ac4a3ea</guid></item><item><title>nhandled exeption while scanning network drive [Win8.1 64bit)</title><link>https://sourceforge.net/p/hdgraph/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 14 has been modified: nhandled exeption while scanning network drive [Win8.1 64bit)&lt;br/&gt;
Edited By: jyl (jyl2002)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'pending'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">OverDarck</dc:creator><pubDate>Tue, 18 Mar 2014 15:25:28 -0000</pubDate><guid>https://sourceforge.netce06407239ed4d5a813aac00309fd22885529afd</guid></item></channel></rss>