Skip to content

Update DAST config so that it works with latest DAST

Kate Grechishkina requested to merge (removed):master into master
  1. Update MongoDB image to version 4 so that seeding of users works.
2023-06-16T09:35:42.004252060Z {"name":"MongoError","message":"Unsupported OP_QUERY command: insert. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal","ok":0,"errmsg":"Unsupported OP_QUERY command: insert. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal","code":352,"codeName":"UnsupportedOpQueryCommand"}
  1. Sets user/password field selector to work with Browser-Based scanner.
  2. Changes single quotes to double quotes when creating a user in before_script so that variable expansion works.
  3. Enables active scan.

Relevant issue: https://gitlab.com/gitlab-com/support/support-pods/-/work_items/17

Edited by Kate Grechishkina

Merge request reports