Hi!
I’m new to dradis, trying out the community edition. After downloading and installing via git, I’m trying to use the PDF exporter plugin. It is installed, and generating PDFs, but I cannot seem to include anything regarded as a “note” in Dradis in the PDF.
I am using the unadulterated exporter.rb from Creating PDF reports | Dradis Framework , the only changes are uncommenting the “project_notes” line 22, to encourage the tool to add in project notes in the PDF. I can see a page in the generated PDF called “Project Notes”, but its just a heading on an otherwise blank page. (summary of findings, and detailed findings, are populated with data further on in the PDF, but these are regarded as “Issues” I believe)
I am just testing it against the sample Dradis project that comes bundled with Dradis-CE, and I can confirm that there appear to be several “notes” in many of the nodes, one, for example, is:
Nodes > Scanner Output > 10.0.155.157 > Notes > Basic Host Info.
The raw “source” of the above note (Basic Host Info) is:
#[Title]#
Basic host info
#[Description]#
IP: 10.0.155.157
Name: smtp.example.com
OS: Linux 2.4-2.6
Unfortunately neither this, nor other Notes make a mention in the PDF report.
Could some kind person let me know what I’m doing wrong? Thanks!

