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

RUSTSEC-2021-0019: x11-clipboard 0.5.3 uses xcb 0.10.1 with multiple issues #4

Open
creideiki opened this issue Aug 6, 2022 · 1 comment

Comments

@creideiki
Copy link

The current release of terminal-clipboard 0.3.1 has a version-locked dependency on x11-clipboard 0.5.3, which itself is version-locked to xcb 0.10.1.

xcb 0.10.1 has multiple issues according to RUSTSEC-2021-0019, which blocks cargo audit: https://rustsec.org/advisories/RUSTSEC-2021-0019

Would it be possible to move to a newer version of x11-clipboard?

x11-clipboard 0.6.x increases the version of xcb to 1.1.1, which is not affected.

x11-clipboard 0.7.0 instead switches the package from xcb to x11rb.

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