Commit 9b4fe6d0 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'russell/clarify-dast-cookie-handling' into 'master'

Document DAST cookie handling

See merge request gitlab-org/gitlab!50923
parents 6d99ecd2 0d65061f
......@@ -183,6 +183,10 @@ To create masked variables for the username and password, see [Create a custom v
Note that the key of the username variable must be `DAST_USERNAME`
and the key of the password variable must be `DAST_PASSWORD`.
After DAST has authenticated with the application, all cookies are collected from the web browser.
For each cookie a matching session token is created for use by ZAP. This ensures ZAP is recognized
by the application as correctly authenticated.
Other variables that are related to authenticated scans are:
```yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment