diff --git a/zkdoc/release-note b/zkdoc/release-note index cc097d4553..6e32b337aa 100644 --- a/zkdoc/release-note +++ b/zkdoc/release-note @@ -9,6 +9,7 @@ ZK 10.1.0 ZK-5780: dompurify Template Injection vulnerability ZK-5657: Missing zk-bom version since 10.0.0 ZK-5784: a fontawesome bug causes zk to lose all styles in Chrome and Edge + ZK-5659: Tree only renders 50 nodes in client mvvm * Upgrade Notes + Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead. diff --git a/zktest/src/main/webapp/test2/config.properties b/zktest/src/main/webapp/test2/config.properties index d85cc31687..d47542a2d3 100644 --- a/zktest/src/main/webapp/test2/config.properties +++ b/zktest/src/main/webapp/test2/config.properties @@ -3127,6 +3127,9 @@ B90-ZK-4431.zul=A,E,Multislider ## B101 ##zats##B101-ZK-5764.zul=A,E,MVVM,Annotation,Method ##zats##B101-ZK-5766.zul=A,E,XSS,Security +##zats##B101-ZK-5659.zul=A,E,ClientMVVM,Tree,Model,ROD +##zats##B101-ZK-5659-1.zul=A,E,ClientMVVM,Tree,Model,ROD +##zats##B101-ZK-5659-2.zul=A,E,ClientMVVM,Tree,Model,ROD ## # Features - 3.0.x version