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

[Rust] Vulnerability in dependency: smallvec #6405

Closed
drtychai opened this issue Jan 14, 2021 · 1 comment · Fixed by #6406
Closed

[Rust] Vulnerability in dependency: smallvec #6405

drtychai opened this issue Jan 14, 2021 · 1 comment · Fixed by #6406
Assignees

Comments

@drtychai
Copy link

The smallvec crate should be updated to v1.6.1 or soundness of a v1.0 patch must be implemented+validated.

See:

@mbrubeck
Copy link
Contributor

mbrubeck commented Jan 15, 2021

Note that the current smallvec = "1.0" requirement is compatible with any 1.x.y version of smallvec, so existing projects that depend on the flatbuffers crate can apply the fix simply by running cargo update. New projects will use the fixed version by default. No changes to the flatbuffers crate are required.

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 a pull request may close this issue.

3 participants