This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from d0ff7c151 Bump actions/cache from 5.0.4 to 5.0.5
new 5aa8698ea Hardening: validate JSONP callback and add nosniff on UI
JSON responses
new 81b5b80ec The root cause of the CI failure was that the old code's
SSLContext.setDefault() silently weakened TLS for the entire JVM, and the
test's readContent was unknowingly piggy-backing on that global relaxation.
After the hardening fix, readContent now does its own per-connection
trust-all + hostname-verifier override (same pattern as the production fix), so
the test no longer depends on JVM-wide state. This also makes the test an
implicit regression guard: if someone [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../PrometheusPreparableReporterTest.java | 31 +++++++++
.../java/org/apache/storm/daemon/ui/UIHelpers.java | 23 ++++++-
.../org/apache/storm/daemon/ui/UIHelpersTest.java | 73 ++++++++++++++++++++++
3 files changed, 124 insertions(+), 3 deletions(-)