Skip to content

Commit

Permalink
ZK-5810: Client MVVM: XEL Methods in include
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed Oct 18, 2024
1 parent 2677517 commit 76bb9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ZK 10.1.0
ZK-5802: _listenFlex, _unlistenFlex declared on static member _ are used directly, cannot be overriden
ZK-5819: [CodeQL] Apache Commons IO: Possible denial of service attack on untrusted input to XmlStreamReade
ZK-5814: a side effect of ZK-5582 for F02545ChildrenBindingSupportListModelTest
ZK-5810: Client MVVM: XEL Methods in include

* Upgrade Notes
+ Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead.
Expand Down
1 change: 1 addition & 0 deletions zktest/src/main/webapp/test2/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3152,6 +3152,7 @@ B90-ZK-4431.zul=A,E,Multislider
##zats##B101-ZK-5546.zul=A,E,Websocket,Session,Timeout
##zats##B101-ZK-5730.zul=A,E,NullPointerException,Desktop,Page,Session,Timeout,Destroy,SmartUpdate
##zats##B101-ZK-5802.zul=A,E,JavaScript,Private,Function,Export,Override
##zats##B101-ZK-5810.zul=A,E,XEL,ZUL,ClientMVVM

##
# Features - 3.0.x version
Expand Down

0 comments on commit 76bb9ef

Please sign in to comment.