Branch: refs/heads/claude/charming-ritchie-hfl3eq Home: https://github.com/xwiki/xwiki-platform Commit: 664de45a19b83913095946439ed932acdf25ce14 https://github.com/xwiki/xwiki-platform/commit/664de45a19b83913095946439ed93... 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. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications