CVS module stores passwords in clrear text

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      It is enough to run the following SQL queries to find out what is the password for the connection to a repository.

      select vc.vcsname, ps.id, pe.property_key, ps.propertyvalue from propertystring ps, propertyentry pe, versioncontrol vc where pe.id = ps.id and  pe.entity_id = vc.id and pe.property_key = 'cvspassword';
      vcsname   |  id   | property_key | propertyvalue 
      -------------+-------+--------------+---------------
       mod1 | 10055 | cvspassword  | pass1
       mod2        | 10065 | cvspassword  | mypass
      (2 rows)
      

            Assignee:
            Unassigned
            Reporter:
            Bogdan Dziedzic [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: