From 37bd041ab453914fe5e9346343d56a810f00c217 Mon Sep 17 00:00:00 2001 From: skyanth Date: Fri, 24 Feb 2017 14:34:51 +0100 Subject: [PATCH] added @includepage for generated links --- xml/RELEASE_NOTES.md | 13 ++++++++++++ xml/dtd/common.xsd | 49 ++++++++++++++++++++++++++------------------ xml/xslt/inline.xslt | 4 +++- 3 files changed, 45 insertions(+), 21 deletions(-) diff --git a/xml/RELEASE_NOTES.md b/xml/RELEASE_NOTES.md index 9e6b20e..9739b9a 100644 --- a/xml/RELEASE_NOTES.md +++ b/xml/RELEASE_NOTES.md @@ -1,6 +1,19 @@ RELEASE NOTES ============= +February 24th, 2017 +------------------- + +###Pie chart linking + +All pie charts now show a finding count in the legend label. + +The threat level pie chart legend finding count now additionally links to the summary table. + +The summary table is now ordered on threat level severity and each finding ID in the table links to the actual finding. + +Generated links (e.g. ``) now have an optional attribute `@includepage` which can be set to `yes` or `no` (default is `yes`). If set to `yes`, the link will be generated as it was up till now (e.g. "SID-001 (page 4)"); if set to `no`, the link will be generated without the page number in parenthesis. + January 12th, 2017 ------------------ diff --git a/xml/dtd/common.xsd b/xml/dtd/common.xsd index cd6ce65..8e8057c 100644 --- a/xml/dtd/common.xsd +++ b/xml/dtd/common.xsd @@ -105,7 +105,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -242,7 +242,7 @@ - + @@ -313,6 +313,15 @@ + + + + + + + + + @@ -390,15 +399,15 @@ - + - + - + @@ -417,7 +426,7 @@ - + @@ -426,8 +435,8 @@ - - + + @@ -436,7 +445,7 @@ - + @@ -445,7 +454,7 @@ - + @@ -454,15 +463,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/xml/xslt/inline.xslt b/xml/xslt/inline.xslt index 3e540cc..9931d14 100644 --- a/xml/xslt/inline.xslt +++ b/xml/xslt/inline.xslt @@ -56,9 +56,11 @@ - (page + + (page ) +