Code quality #2176

Merged
PeterSurda merged 1 commits from code-quality-1 into v0.6 2024-02-23 00:10:49 +01:00
PeterSurda commented 2024-02-22 06:32:14 +01:00 (Migrated from github.com)

Code quality improvements.

  • some except/pass was just obscuring an underlying bug, they should be fixed properly when they appear during tests
  • using MD5 for avatars is not a security issue
  • except/pass in the decryption loop is needed to make timing attacks more difficult
Code quality improvements. - some `except/pass` was just obscuring an underlying bug, they should be fixed properly when they appear during tests - using MD5 for avatars is not a security issue - `except/pass` in the decryption loop is needed to make timing attacks more difficult
This repo is archived. You cannot comment on pull requests.
No description provided.