retest status implemented

This commit is contained in:
skyanth
2016-07-30 14:37:58 +02:00
parent 121bc5b268
commit a6c5bcfabf
4 changed files with 174 additions and 56 deletions
+16
View File
@@ -1,6 +1,22 @@
RELEASE NOTES
=============
July 30, 2016
-------------
### Finding status
New feature for retests: finding status to indicate if, in context of a follow-up pentest, a finding is new, resolved, still unresolved or not retested.
The `<finding>` element now has an optional `@status` attribute. Possible values are:
- `new` (default)
- `unresolved`
- `resolved`
- `not_retested`
The `<generate_findings/>` element now likewise has this optional `@status` attribute with the same possible values. You can add it to generate a finding summary table containing only the findings with a specific status.
June 15, 2016
-------------