keycloakify 9.6.2 → 9.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -497,6 +497,10 @@
497
497
  ) || (
498
498
  are_same_path(path, ["user"]) &&
499
499
  key == "delegateForUpdate"
500
+ ) || (
501
+ <#-- Security audit forwarded by Garth (Gmail) -->
502
+ are_same_path(path, ["client", "attributes"]) &&
503
+ key == "saml.signing.private.key"
500
504
  )
501
505
  >
502
506
  <#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "9.6.2",
3
+ "version": "9.6.3",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -497,6 +497,10 @@
497
497
  ) || (
498
498
  are_same_path(path, ["user"]) &&
499
499
  key == "delegateForUpdate"
500
+ ) || (
501
+ <#-- Security audit forwarded by Garth (Gmail) -->
502
+ are_same_path(path, ["client", "attributes"]) &&
503
+ key == "saml.signing.private.key"
500
504
  )
501
505
  >
502
506
  <#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>