Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wapiti] PTP does not correctly parse wapiti XML reports #1

Closed
DePierre opened this issue Aug 9, 2014 · 0 comments
Closed

[wapiti] PTP does not correctly parse wapiti XML reports #1

DePierre opened this issue Aug 9, 2014 · 0 comments
Assignees
Labels

Comments

@DePierre
Copy link
Contributor

DePierre commented Aug 9, 2014

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.

@DePierre DePierre added the bug label Aug 9, 2014
@DePierre DePierre self-assigned this Aug 9, 2014
DePierre added a commit that referenced this issue Aug 9, 2014
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).
@DePierre DePierre closed this as completed Aug 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant