Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 523ba75e3d3fef92d9a2931ca8f6aed6fbd37147 https://github.com/xwiki/xwiki-platform/commit/523ba75e3d3fef92d9a2931ca8f6a... Author: Vincent Massol <[email protected]> Date: 2026-07-01 (Wed, 01 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java Log Message: ----------- [Misc] Reuse a single SecureRandom instance in PasswordClass Fixes SonarCloud issue java:S2119: a new SecureRandom was created on every call to randomSalt(). Extract it to a reused static final field. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications