Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for fixing missing_debug_implementations lint #1389

Open
11 of 12 tasks
newpavlov opened this issue Nov 12, 2023 · 0 comments
Open
11 of 12 tasks

Tracking issue for fixing missing_debug_implementations lint #1389

newpavlov opened this issue Nov 12, 2023 · 0 comments

Comments

@newpavlov
Copy link
Member

newpavlov commented Nov 12, 2023

It may be worth to add Debug impls to all out types and enforce it with missing_debug_implementations. We should be careful around potentially exposing sensitive information through Debug (we should use opaque implementations in such cases) , but otherwise it should be a relatively straightforward addition.

  • aead
  • async-signature
  • cipher
  • crypto-common
  • crypto
  • digest
  • elliptic-curve
  • kem
  • password-hash
  • signature
  • signature_derive
  • universal-hash

Relevant PR: #1315

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@newpavlov and others