Skip to content

Migrate Ldap manager passwords to up-to-date encryption strategy - #7248

Draft
thomaslow wants to merge 3 commits into
kitodo:mainfrom
thomaslow:migrate-ldap-passwords-to-secure-encryption
Draft

thomaslow wants to merge 3 commits into
kitodo:mainfrom
thomaslow:migrate-ldap-passwords-to-secure-encryption

Merge branch 'main' into migrate-ldap-passwords-to-secure-encryption

8f8e690
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 10, 2026 in 2s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 70 in Kitodo/src/test/java/org/kitodo/production/security/encrypt/EncryptionStrategiesTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
LegacyAesUtil.encrypt
should be avoided because it has been deprecated.

Check notice on line 71 in Kitodo/src/test/java/org/kitodo/production/security/encrypt/EncryptionStrategiesTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
LegacyAesUtil.isEncrypted
should be avoided because it has been deprecated.

Check notice on line 74 in Kitodo/src/test/java/org/kitodo/production/security/encrypt/EncryptionStrategiesTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
LegacyAesUtil.isEncrypted
should be avoided because it has been deprecated.

Check notice on line 75 in Kitodo/src/test/java/org/kitodo/production/security/encrypt/EncryptionStrategiesTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
LegacyAesUtil.isEncrypted
should be avoided because it has been deprecated.