You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a only potential issue in that it allows writing unsound code without unsafe. I briefly checked x11-clipboard and it doesn't appear to be touching the ptr field or constructing xcb errors so we should be safe and this can be ignored for now.
For anyone wondering why this is closed, it appears cargo audit CI was removed in c44cf70.
I think a better solution would be to add unmaintained crates to the list of ignores. It doesn't happen that often, this is the first time in two years. There's probably also a flag to ignore unmaintained in general. That way severe security issues would still be caught if/when they happen. But i also understand the frustration caused by how rust's community handles maintenance and deprecation in general.
Since i still use audit in crates that depend on fyrox, i might keep updating the issue to makes sense of my ignore list. OTOH my projects are somewhat on hold so i make no promises.
I went through the dep tree to see what needs updating to get
cargo audit
to pass, here are my notes so far.cargo audit
rust-windowing/winit#2038cargo audit
CI for winit but probably not for rg3dunsafe
. I briefly checked x11-clipboard and it doesn't appear to be touching theptr
field or constructing xcb errors so we should be safe and this can be ignored for now.The text was updated successfully, but these errors were encountered: