-
Bug
-
Resolution: Unresolved
-
Major
RQM plugin v1.0 stores the password for the RQM server in clear text in the config.xml for the project
In addition, it prints the password out to the log.
Passwords should be at least obscured. It's common to use 64 bit encoding to store in flat text config files.
Passwords should probably also NOT be printed to the log... ever.