Code Quality #2178

Merged
anand-skss merged 1 commits from code-quality1 into v0.6 2024-02-26 14:46:00 +01:00
anand-skss commented 2024-02-26 08:04:37 +01:00 (Migrated from github.com)

Code Quality improvement

  • Suppressed try catch pass B110 bandit warning wherever required
# Code Quality improvement * Suppressed try catch pass B110 bandit warning wherever required
PeterSurda (Migrated from github.com) approved these changes 2024-02-26 08:25:13 +01:00
PeterSurda (Migrated from github.com) left a comment
  • dandelion fluff randomisation does not need to be cryptographically secure
  • bare excepts in this PR are either in OS-level critical code which can't be improved without thorough tests, or,
  • as in case of the network thread, will be replaced by a library which is python3 compatible, so there's no need to fix it if it will be removed.
- dandelion fluff randomisation does not need to be cryptographically secure - bare excepts in this PR are either in OS-level critical code which can't be improved without thorough tests, or, - as in case of the network thread, will be replaced by a library which is python3 compatible, so there's no need to fix it if it will be removed.
This repo is archived. You cannot comment on pull requests.
No description provided.