Skip to content

Commit 583925d

Browse files
authored
Merge pull request #50 from palantirnet/security-fix
Security fix
2 parents 63f1992 + 5b4cd0b commit 583925d

5 files changed

Lines changed: 544 additions & 700 deletions

File tree

.ddev/commands/db/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scripts in this directory will be executed inside the db
33
container. A number of environment variables are supplied to the scripts.
44

5-
See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables.
5+
See https://docs.ddev.com/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables.

.ddev/commands/host/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Scripts in this directory will be executed on the host
33
but they can take easily take action on containers by using
44
`ddev exec`.
55

6-
See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables that can be used in the scripts.
6+
See https://docs.ddev.com/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables that can be used in the scripts.

.ddev/commands/web/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ddev-generated
22
Scripts in this directory will be executed inside the web container.
33

4-
See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables that can be used in the scripts.
4+
See https://docs.ddev.com/en/stable/users/extend/custom-commands/#environment-variables-provided for a list of environment variables that can be used in the scripts.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"require": {
1414
"composer/installers": "^2.0",
1515
"cweagans/composer-patches": "^1.7",
16-
"drupal/acquia_dam": "1.1.4",
17-
"drupal/admin_toolbar": "3.5.1",
16+
"drupal/admin_toolbar": "^3.6",
1817
"drupal/config_inspector": "^2.1",
1918
"drupal/core-composer-scaffold": "~11.2.0",
2019
"drupal/core-project-message": "~11.2.0",

0 commit comments

Comments
 (0)