Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency updates, added bouncycastle, minor log level update. #115

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

mbien
Copy link
Member

@mbien mbien commented Apr 1, 2022

  • notable dependency update: spring 5.3.18 with security fixes for "spring4shell"
  • bouncy castle was added so that the popular Argon2 pw encoder can be used

available (non legacy) encoders: bcrypt, pbkdf2, scrypt, argon2

Reminder how to change the encoder:
passwds.encryption.algorithm=argon2, default remains pbkdf2
automatic migration happens on next pw change

If one of the (very, very) old legacy codecs is still in use, roller will need a hint for migration
passwds.encryption.lazyUpgradeFrom=
possible options: plaintext, MD5, SHA-1 can be left empty if the db doesn't contain any legacy encoded pws

@snoopdave might be a good time for another point release :)

 - notable dependency update: spring 5.3.18 with security fixes
 - bouncy castle was added so that the popular Argon2 pw encoder can be used
   available encoders: bcrypt, pbkdf2, scrypt, argon2
@mbien mbien requested a review from snoopdave April 1, 2022 00:27
@mbien
Copy link
Member Author

mbien commented Apr 1, 2022

merging (without review) to make it easier for users to build roller with the spring fixes.

@mbien mbien merged commit 8e2890d into apache:master Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant