You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jm...@apache.org on 2022/08/26 17:26:29 UTC

[geode] branch develop updated (de7834a03f -> 1e6f850be8)

This is an automated email from the ASF dual-hosted git repository.

jmelchior pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


    from de7834a03f GEODE-10407: check if class allready loaded (#7832)
     add 1e6f850be8 GEODE-10411: fix XSS vulnerability in pulse (#7836)

No new revisions were added by this update.

Summary of changes:
 .../tools/pulse/tests/DataBrowserResultLoader.java |  74 +++++------
 .../geode/tools/pulse/tests/PulseTestData.java     |   5 +-
 ...txt => testQueryResultClusterSmallJSInject.txt} |  14 +--
 .../src/main/webapp/META-INF/context.xml           |  15 ++-
 geode-pulse/src/main/webapp/WEB-INF/web.xml        |   8 ++
 .../scripts/pulsescript/pages/DataBrowserQuery.js  | 139 ++++++++++-----------
 .../pulsescript/pages/DataBrowserQueryHistory.js   |  26 ++--
 .../tools/pulse/tests/ui/PulseAutomatedTest.java   |  65 ++++++++--
 8 files changed, 201 insertions(+), 145 deletions(-)
 copy geode-pulse/geode-pulse-test/src/main/resources/{testQueryResultClusterSmall.txt => testQueryResultClusterSmallJSInject.txt} (85%)
 copy geode-core/src/integrationTest/resources/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.testDTDFallbackWithNonEnglishLocal.cache.xml => geode-pulse/src/main/webapp/META-INF/context.xml (81%)