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

wNEAR: vulnerable dependencies #195

Open
sept-en opened this issue Dec 24, 2021 · 0 comments
Open

wNEAR: vulnerable dependencies #195

sept-en opened this issue Dec 24, 2021 · 0 comments

Comments

@sept-en
Copy link
Contributor

sept-en commented Dec 24, 2021

A range of dependencies have been flagged as containing security vulnerabilities on crates.io. These are not
direct dependencies as they do not appear in Cargo.toml but exist in the dependency tree.

The following is a list of crates which are vulnerable:
• cranelift-codegen : v0.67.0
• cranelift-codegen : v0.68.0
• generic-array : v0.12.3
• raw-cpuid : v7.0.4

Please, consider upgrading:
cranelift-codegen : >= v0.73.1
• generic-array : >= v0.12.4 OR >= v0.13.3
• raw-cpuid : >= v9.0.0

This is related to near-sdk-rs and near-sdk-sim versions used in the contract which internally uses wasmer-compiler-near. So when near-sdk-rs v4 is released, updating the used near-sdk-rs for ths repo will fix the issue.

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

1 participant