Fix allegated vulnerability
This commit is contained in:
parent
85954be93d
commit
804ef8cec6
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -129,10 +129,7 @@ jobs:
|
|||||||
echo "Can't publish on NPM, You must first create a secret called NPM_TOKEN that contains your NPM auth token. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets"
|
echo "Can't publish on NPM, You must first create a secret called NPM_TOKEN that contains your NPM auth token. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets"
|
||||||
false
|
false
|
||||||
fi
|
fi
|
||||||
EXTRA_ARGS=""
|
EXTRA_ARGS="--tag v10"
|
||||||
if [ "$IS_PRE_RELEASE" = "true" ]; then
|
|
||||||
EXTRA_ARGS="--tag next"
|
|
||||||
fi
|
|
||||||
npm publish $EXTRA_ARGS
|
npm publish $EXTRA_ARGS
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
@ -166,6 +166,9 @@ function decodeHtmlEntities(htmlStr){
|
|||||||
) || (
|
) || (
|
||||||
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
||||||
areSamePath(path, ["realm"])
|
areSamePath(path, ["realm"])
|
||||||
|
) || (
|
||||||
|
"smtpConfig" == key &&
|
||||||
|
are_same_path(path, ["realm"])
|
||||||
) || (
|
) || (
|
||||||
xKeycloakify.pageId == "error.ftl" &&
|
xKeycloakify.pageId == "error.ftl" &&
|
||||||
areSamePath(path, ["realm"]) &&
|
areSamePath(path, ["realm"]) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user