Skip to content

v0.2.0

Compare
Choose a tag to compare
@DePierre DePierre released this 09 Oct 17:57
· 110 commits to develop since this release

New

  • Add support to arachni versions (d7321d1, bbb4b38):
    • 0.4.7
    • 1.0
    • 1.0.1
    • 1.0.2
    • 1.0.3
  • Add support to w3af versions (2c31a76):
    • 1.6
    • 1.6.0.1
    • 1.6.0.5
  • Possibility to force PTP to read all matching reports instead of only the first one (01e7f90)

Fix

  • Strip \r in LineParser that could have messed up the matching regex (a16b58f)
  • Ensure that all OWASP CM 008 findings are ranked (cfe9c70)

Change

  • PTP now raises NotSupportedToolError if tool_name is not in the supported tools list (d6987f0)
  • OWASP-CM-008 parser now parse all matching files by default (bb744aa)