summaryrefslogtreecommitdiff
path: root/data/removals/14_0/remove_dast_env_variables.yml
blob: f2bbe748af5038e108a1ce874d78de903ce99315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: "DAST environment variable renaming and removal"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: derekferguson
  body: |
    GitLab 13.8 renamed multiple environment variables to support their broader usage in different workflows. In GitLab 14.0, the old variables have been permanently removed and will no longer work. Any configurations using these variables must be updated to the new variable names. Any scans using these variables in GitLab 14.0 and later will fail to be configured correctly. These variables are:

    - `DAST_AUTH_EXCLUDE_URLS` becomes `DAST_EXCLUDE_URLS`.
    - `AUTH_EXCLUDE_URLS` becomes `DAST_EXCLUDE_URLS`.
    - `AUTH_USERNAME` becomes `DAST_USERNAME`.
    - `AUTH_PASSWORD` becomes `DAST_PASSWORD`.
    - `AUTH_USERNAME_FIELD` becomes `DAST_USERNAME_FIELD`.
    - `AUTH_PASSWORD_FIELD` becomes `DAST_PASSWORD_FIELD`.
    - `DAST_ZAP_USE_AJAX_SPIDER` will now be `DAST_USE_AJAX_SPIDER`.
    - `DAST_FULL_SCAN_DOMAIN_VALIDATION_REQUIRED` will be removed, since the feature is being removed.