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

Remove atty dependency #4936

Merged
merged 3 commits into from Aug 1, 2023
Merged

Remove atty dependency #4936

merged 3 commits into from Aug 1, 2023

Conversation

faern
Copy link
Member

@faern faern commented Aug 1, 2023

We have long ignored RUSTSEC-2021-0145 in our cargo-audit.yml action. And even if our app is not really affected by this vulnerability at all, it has been a bit irritating. I have been somewhat on the hunt to get rid of atty for a long while. Opening issues on some of our dependencies that in turn depend on atty. And finally we have reached the point where the last dependency using it has released an upgraded version, switching to is-terminal.

I now ban atty from our dependency tree completely via deny.toml, so we don't accidentally add it again.


This change is Reviewable

Copy link
Contributor

@MarkusPettersson98 MarkusPettersson98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@faern faern merged commit 9f76fd3 into main Aug 1, 2023
19 checks passed
@faern faern deleted the remove-atty-dependency branch August 1, 2023 08:41
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

Successfully merging this pull request may close these issues.

None yet

2 participants