Files
shot-crafter-calculator/src
darroyo 6a7f01289b
CI / Build Native (push) Successful in 7m25s
fix(auth): move SecureRandom out of static field for native-image compat
GraalVM native-image rejects static fields of type Random/SecureRandom
(their internal state is captured at build time and can't be replayed
deterministically). Move the instance into generatePassword() as a
local variable - it is only used once at startup anyway.
2026-08-14 22:16:36 -04:00
..