-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hi Cryptoki maintainers,
Thanks for providing this library!
I noticed that cryptoki
uses the paste
crate (https://github.com/dtolnay/paste), and I wanted to bring to your attention RUSTSEC-2024-0436, which notes that paste
is currently unmaintained.
I've been thinking about possible solutions, and given how small the paste
crate is, vendoring it directly into cryptoki
seems like a reasonable and straightforward option. This would remove the external dependency and give you more control over its maintenance and security going forward. Plus, it wouldn't negatively impact the current security posture.
To that end, I was wondering if you'd be open to a PR where I vendor the paste
code directly into cryptoki
?
Thanks for your time and all your work on cryptoki
!
best
Nico