From fdde092d61bcffaedc3b14596e34a828993a915a Mon Sep 17 00:00:00 2001 From: Igor Rogic Date: Thu, 11 Jul 2024 16:39:17 +0200 Subject: [PATCH] Add docs for impersonationAllowedFor and revert dependency-check-maven version --- docs/AdvancedFeatures.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/AdvancedFeatures.md b/docs/AdvancedFeatures.md index 644326cd..2fccbef3 100644 --- a/docs/AdvancedFeatures.md +++ b/docs/AdvancedFeatures.md @@ -292,6 +292,7 @@ property | comment | required `path` | The location where the test users shall be created | required `password` | The password for all test users to be created. Can be encrypted using CryptoSupport. Defaults simply to the authorizable id of the test user. Allows for interpolation with EL *) | optional `skipForRunmodes` | The configuration is placed in a regular config file, hence it is possible to add one to an author configuration (located in e.g. in a folder "config.author" and one to a publish configuration (e.g. folder "config.publish"). To avoid creating special runmodes folders just for this configuration that list all runmodes except production, skipForRunmodes can be a comma-separated list of runmodes, where the users are not created. Defaults to prod,production | optional +`impersonationAllowedFor` | List of users that can be impersonated by auto-created test users | optional *) Interpolation of group properties can be used with EL, however as `$` is evaluated at an earlier stage, `%{}` is used here. Available is `%{group.id}`, `%{group.name}`, `%{group.path}` or expressions like `%{split(group.path,'/')[2]}`. diff --git a/pom.xml b/pom.xml index e78c56cc..aabb0cab 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ org.owasp dependency-check-maven - 10.0.1 + 9.0.10 11 true