Open
Description
When registering a JIRA instance in a project, the information and credentials are stored in plain base64 in the database, which mean that anybody able to connect to the database or read the dumps can log into the JIRA instance with the account of the linked user (which can be catastrophic depending the user's permissions).
I would suggest encoding these data in openssl aes256-cbc or any securized way to store sensitive data.