You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a misunderstanding of wapiti's XML report, the parsing is meaningless.
For now PTP only checks if the XML report has <vulnerability> tags and then matches the name tag.
But Wapiti's reports always have these tags. PTP should check if the vulnerability sections have <entry> sub-sections that represent the real discoveries.
The text was updated successfully, but these errors were encountered:
Instead of only checking that the report contains the `vulnerability` sections,
it ensure that these sections contain non-empty `entry` sub-sections (which
represent the actual discoveries/vulnerabilities).
Due to a misunderstanding of wapiti's XML report, the parsing is meaningless.
For now PTP only checks if the XML report has
<vulnerability>
tags and then matches the name tag.But Wapiti's reports always have these tags. PTP should check if the vulnerability sections have
<entry>
sub-sections that represent the real discoveries.The text was updated successfully, but these errors were encountered: