Fix allegated vulnerability

This commit is contained in:
Joseph Garrone
2024-09-30 11:39:14 +02:00
parent da456ee3b8
commit 8647f00bab

@ -471,7 +471,10 @@
key == "identityProviderBrokerCtx" && key == "identityProviderBrokerCtx" &&
are_same_path(path, []) && are_same_path(path, []) &&
["login-idp-link-confirm.ftl", "login-idp-link-email.ftl" ]?seq_contains(pageId) ["login-idp-link-confirm.ftl", "login-idp-link-email.ftl" ]?seq_contains(pageId)
) || ( ) || (
"smtpConfig" == key &&
are_same_path(path, ["realm"])
) || (
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) && ["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
are_same_path(path, ["realm"]) are_same_path(path, ["realm"])
) || ( ) || (