Technical descriptions always started with an empty <p></p>, to the chagrin of pentesters. This commit fixes that, but I do wonder... I had expected just removing the + in line 135 would have been enough, since that would replace item.technicaldescription with the note.body but apparently it wasn't (tested it). Setting self.technicaldescription to an empty string on Finding init did the trick, but I don't understand why this is needed. Can you enlighten me, @PeterMosmans ?
Technical descriptions always started with an empty
<p></p>
, to the chagrin of pentesters. This commit fixes that, but I do wonder... I had expected just removing the+
in line 135 would have been enough, since that would replaceitem.technicaldescription
with thenote.body
but apparently it wasn't (tested it). Settingself.technicaldescription
to an empty string onFinding
init did the trick, but I don't understand why this is needed. Can you enlighten me, @PeterMosmans ?