-
Notifications
You must be signed in to change notification settings - Fork 159
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
Tracking issue for RUSTSEC-2020-0071 #2627
Comments
|
@lemmih We have removed chrono = { version = "0.4", default-features = false, features = ["clock"] } |
Boa engine is not fixed in 0.16: $ git describe --tags
v0.16
$ cargo audit -n
Loaded 557 security advisories (from /home/aatif/.cargo/advisory-db)
Scanning Cargo.lock for vulnerabilities (193 crate dependencies)
Crate: time
Version: 0.1.44
...
Dependency tree:
time 0.1.44
└── chrono 0.4.22
└── boa_engine 0.16.0
├── boa_wasm 0.16.0
├── boa_tester 0.16.0
├── boa_examples 0.16.0
└── boa_cli 0.16.0
... The right fix is to bump to |
chrono asserts that it doesn't call the vulnerable APIs, which is good enough to close this I think |
Issue summary
I've made a fix to upstream
boa_engine
with boa-dev/boa#2627We could resolve https://github.com/ChainSafe/forest/security/dependabot/20 and remove
--ignore RUSTSEC-2020-0071
from here onceboa_engine
makes a new release.Other information and links
The text was updated successfully, but these errors were encountered: