Closed hecrj closed 3 years ago
This PR replaces the xcb dependency in clipboard_x11 with x11rb.
xcb
clipboard_x11
x11rb
xcb is unmaintained and recently a security advisory was released exposing multiple soundness issues.
We can also forbid unsafe code completely in clipboard_x11 now.
This PR replaces the
xcb
dependency inclipboard_x11
withx11rb
.xcb
is unmaintained and recently a security advisory was released exposing multiple soundness issues.We can also forbid unsafe code completely in
clipboard_x11
now.