Skip to content

Fix the broken DAST end to end tests

Cameron Swords requested to merge revert-to-use-python-2 into master

What does this MR do?

Revert to Python 2.7

Recent changes were merged to upgrade DAST to use Python 3 !51 (merged).

Dependencies were tested, tests ran and passed. Unfortunately, since this time it has come to light that DAST end to end tests pass even when there are failing tests. Infact, as suggested in the referenced MR the ZAProxy Docker scripts are not Python 3 ready.

Revert to a known working weekly ZAProxy image

The ZAProxy stable 2.8.0 docker image does not include the ascanrulesBeta rules add on. Reverting to a known working weekly build (the latest at time of writing is broken).

Edited by Cameron Swords

Merge request reports