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

deps: remove dependency on atty and refactor backend-proxy #1568

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

adamqqqplay
Copy link
Member

Relevant Issue (if applicable)

If there are Issues related to this PullRequest, please list it.

Details

Types of changes

What types of changes does your PullRequest introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@adamqqqplay adamqqqplay requested a review from a team as a code owner April 10, 2024 02:43
@adamqqqplay adamqqqplay requested review from gaius-qi and removed request for a team April 10, 2024 02:43
The atty crate is not maintained, so flexi_logger and clap are updated
to remove the dependency on atty.

Fix: GHSA-g98v-hv3f-hcfr

Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>

s

Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
Also fix some security alerts of Dependabot:
1. GHSA-q6cp-qfwq-4gcv
2. GHSA-8r5v-vm4m-4g25
3. GHSA-g98v-hv3f-hcfr

Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

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

LGTM!

@imeoer imeoer merged commit 1d16916 into dragonflyoss:master Apr 16, 2024
23 of 24 checks passed
@adamqqqplay adamqqqplay deleted the update-deps branch April 16, 2024 07:14
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.

2 participants