﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
2702,path is leaking some sensitive infos,anonymous,cboos,"Hi,

I'm not sure what's the ?paht=/full/path/diclosure/bla.html good for.

In my opinion it's disclosing potentialy sensitive informations.

Cheers,
/thorkill

--- simple fix
{{{
#!patch

Index: 0.10/doxygentrac/doxygentrac.py
===================================================================
--- 0.10/doxygentrac/doxygentrac.py	(revision 3322)
+++ 0.10/doxygentrac/doxygentrac.py	(working copy)
@@ -237,7 +237,7 @@
                               href=formatter.href.doxygen())
             else:
                 return html.a(label, title=params,
-                              href=formatter.href.doxygen(link, path=path))
+                              href=formatter.href.doxygen(link))
         yield ('doxygen', doxygen_link)
 
     def get_wiki_syntax(self):
}}}",defect,new,normal,DoxygenPlugin,normal,,,,0.10
