Skip to content

Upgrade browserker to version 5.8.0

Cameron Swords requested to merge upgrade-browserker-5-5-0 into main

What does this MR do?

Upgrade Browserker to 5.8.0

  • 5.8.0

    • Add configuration to advertise scan in TOML config (!1361)
    • Checks can be excluded using DAST_CHECKS_TO_EXCLUDE (!1355)
  • 5.7.0

    • Add target hostname to allowed hosts (!1357)
    • Add an /analyze script for backwards compatibility with the DAST.gitlab-ci.yml template (!1358)
    • Create /zap/wrk directory for backwards compatibility with the DAST.gitlab-ci.yml template (!1358)
    • Fix value of DAST_AUTH_DISABLE_CLEAR_FIELDS in the auth report (!1360)
  • 5.6.0

    • Add default value for file log path (!1354)
    • Add default value for number of browsers setting (!1353)
    • Add default value for secure report setting (!1349, !1352)
    • Equip the crawler to find new navigations from a sitemap (!1332)
    • Add default value for data path setting (!1346, !1352)
    • Run availability check by default (!1350)
    • Update environment variables to configure appropriate timeout values (!1347)
    • Default browser dimensions to 1300x700 (!1348)
    • Default maximum actions to crawl to 10,000 (!1348)
    • Default vulnerability definitions directory to be where they're located in the Docker image (!1348)
  • 5.5.0

    • Add support for more environment variables (!1339,!1331)
    • Add configuration option to advertise a scan to the target (!1310, !1329)
    • Fix issue causing panic with JSON value injection (!1336)
      • Adds support for more generic JSON bodies like arrays
Edited by Arpit Gogia

Merge request reports