Pie chart colours, status prettification

This commit is contained in:
skyanth
2017-06-08 16:01:05 +02:00
parent b5b8d8ac95
commit 61d58b1b68
4 changed files with 219 additions and 76 deletions
+13
View File
@@ -1,6 +1,19 @@
RELEASE NOTES
=============
June 8th ('I'm seeing the world in shades of orange' edition)
--------
### Pie Chart Improvements
Pie charts can now be filtered on finding `@status`, just like Summary and Recommendation tables. Example: `<generate_piechart pieAttr="type" pieElem="finding" pieHeight="175" status="new unresolved"/>`
Also, for `status` and `threatLevel` pie charts, colours are now tied to severity, so you go from angry orange to reassuring green (in case of status) or from panicky orange to puzzled grey (in case of threatLevel -- grey is 'threatLevel Unknown' :)
### Prettier finding retest status
For findings, the not-at-all-tacky status colours from the previous update have been replaced to the still-not-tacky corresponding pie chart colours, and the status is now properly capitalized throughout the report.
June 7th
--------