Bug 34739

Summary: univention-directory-logger: deprecated use of md5
Product: UCS Reporter: Philipp Hahn <hahn>
Component: LDAPAssignee: Philipp Hahn <hahn>
Status: CLOSED FIXED QA Contact: Florian Best <best>
Severity: normal    
Priority: P5 CC: best, gohmann, requate
Version: UCS 4.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
What kind of report is it?: Development Internal What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): Cleanup, Security
Max CVSS v3 score:
Attachments: 34739.diff

Description Philipp Hahn univentionstaff 2014-05-02 15:45:55 CEST
/usr/lib/univention-directory-listener/system/directory_logger.py:39: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5


Long-term md5 should be replaced by a different hashing algorithm, as md5 is no longer considered cryptographically safe.
Comment 1 Philipp Hahn univentionstaff 2016-10-17 16:21:06 CEST
Created attachment 8125 [details]
34739.diff

123b23d Bug #34739 log: Switch hash implementation
Comment 2 Stefan Gohmann univentionstaff 2017-06-16 20:37:35 CEST
This issue has been filed against UCS 3. UCS 3 is out of the normal maintenance and many UCS components have vastly changed in UCS 4.

If this issue is still valid, please change the version to a newer UCS version otherwise this issue will be automatically closed in the next weeks.
Comment 3 Florian Best univentionstaff 2017-06-28 13:20:46 CEST
You commited this already: svn r73115 / svn r73130