Modify ↓
Opened 17 years ago
Closed 9 years ago
#2702 closed defect (fixed)
path is leaking some sensitive infos
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
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
-
0.10/doxygentrac/doxygentrac.py
237 237 href=formatter.href.doxygen()) 238 238 else: 239 239 return html.a(label, title=params, 240 href=formatter.href.doxygen(link , path=path))240 href=formatter.href.doxygen(link)) 241 241 yield ('doxygen', doxygen_link) 242 242 243 243 def get_wiki_syntax(self):
Attachments (0)
Change History (3)
comment:2 Changed 15 years ago by
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Any plans to merge this in SVN?