Fix allegated vulnerability
This commit is contained in:
@ -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"])
|
||||||
) || (
|
) || (
|
||||||
|
Reference in New Issue
Block a user