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

ignore security alert for libgit2 #2416

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Conversation

syphar
Copy link
Member

@syphar syphar commented Feb 11, 2024

Fixes #2414 :

libgit2 is used by rustwide:

$ cargo tree -i libgit2-sys                                                   
libgit2-sys v0.15.2+1.6.4
└── git2 v0.17.2
    └── rustwide v0.16.0
        └── docs-rs v0.6.0 (/Users/syphar/src/rust-lang/docs.rs)

and from what I see, the affected methods are not used.

@syphar syphar requested a review from a team as a code owner February 11, 2024 08:51
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Feb 11, 2024
@syphar syphar merged commit 126879d into rust-lang:master Feb 11, 2024
13 checks passed
@syphar syphar deleted the ignore-audit branch February 11, 2024 11:54
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Feb 11, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Feb 14, 2024
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.

RUSTSEC-2024-0013: Memory corruption, denial of service, and arbitrary code execution in libgit2
2 participants