Closed karelmaxa closed 1 year ago
This should be probably accompanied with upgrade process to update existing configuration. Alternatively there should be a migration / upgrade instruction that can do that (can be as simple as SMS export and reimport).
Yes, you're right. I have added an upgrade step to encrypt plain-text passwords in the server configuration during the upgrade process.
This PR adds encoding of server configuration passwords to resolve the security vulnerability published as a AM SA #201801-02. Components that use these passwords are ready to perform the decryption (e.g. CTSDataLayerConfiguration.java#L58).