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-2020-0168: mach is unmaintained #1092

Closed
github-actions bot opened this issue Mar 13, 2023 · 3 comments
Closed

RUSTSEC-2020-0168: mach is unmaintained #1092

github-actions bot opened this issue Mar 13, 2023 · 3 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@github-actions
Copy link
Contributor

mach is unmaintained

Details
Status unmaintained
Package mach
Version 0.3.2
URL fitzgen/mach#63
Date 2020-07-14

Last release was almost 4 years ago.

Maintainer(s) seem to be completely unreachable.

Possible Alternative(s)

These may or may not be suitable alternatives and have not been vetted in any way;

See advisory page for additional details.

@Swatinem
Copy link
Member

Being pulled in via moka.

@ashwoods ashwoods added the dependencies Pull requests that update a dependency file label Mar 16, 2023
@tatsuya6502
Copy link

Hi. I believe this issue was already addressed in symbolicator v23.4.0. moka v0.10.2 replaced mach with mach2, and symbolicator v23.4.0 depends on that moka version. (Cargo.lock).

moka CHANGELOG v0.10.2:

  • Upgraded quanta crate to v0.11.0. (#251)
    • This resolved "RUSTSEC-2020-0168: mach is unmaintained" (#243) by replacing mach with mach2.

symbolicator v23.4.0 does not depend on mach anymore:

$ git remote -v
origin	git@github.com:getsentry/symbolicator.git (fetch)
origin	git@github.com:getsentry/symbolicator.git (push)

$ git checkout 23.4.0
$ git submodule update --recursive

$ cargo tree -i mach --target all
error: package ID specification `mach` did not match any packages

	Did you mean `mach2`?

$ cargo tree -i mach2 --target all
mach2 v0.4.1
└── quanta v0.11.0
    └── moka v0.10.2
        └── symbolicator-service v23.4.0 (... /crates/symbolicator-service)
            ├── symbolicator v23.4.0 (... /crates/symbolicator)
            └── symbolicli v23.4.0 (... /crates/symbolicli)

@Swatinem
Copy link
Member

Swatinem commented May 3, 2023

Thanks for reaching out!

I also updated moka in #1169, so this is fixed

@Swatinem Swatinem closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants