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

Sub-dependency fails vulnerability check #297

Open
dditim opened this issue Aug 31, 2023 · 2 comments
Open

Sub-dependency fails vulnerability check #297

dditim opened this issue Aug 31, 2023 · 2 comments

Comments

@dditim
Copy link

dditim commented Aug 31, 2023

Hi,

we use Lottie in our App.
Since this morning our Pipeline fails its vulnerability check due to archive which is a sub-dependency of Lottie.

https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/08/GHSA-9v85-q87q-g4vg/GHSA-9v85-q87q-g4vg.json

We checked and no other dependency in our app is using archive, so the root is Lottie.
Is this a known issue and are you in exchange with the archive devs for that?

I opened an issue in the archive GitHub as well.

Thank you!

@davidnwaneri
Copy link

I think the issue is with the archive dependency that lottie uses. An update has been released for the archive package. The version lottie depends on just has to be updated.

@dominicmh
Copy link

I think the issue is with the archive dependency that lottie uses. An update has been released for the archive package. The version lottie depends on just has to be updated.

Correct, it was fixed with version 3.3.8 on September 2.
Deleting your pubspec.lock and flutter pub get should get your issue fixed (if you don't have any other dependencies that depend on archive < 3.3.8).

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

3 participants