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

remove default features from chrono #300

Merged
merged 1 commit into from
Mar 31, 2023
Merged

remove default features from chrono #300

merged 1 commit into from
Mar 31, 2023

Conversation

jcornaz
Copy link
Contributor

@jcornaz jcornaz commented Mar 31, 2023

Hi,

chrono, by default, transitively depends on the crate time 0.1
which has a known vulnerability: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26235

But, as far as I can see, bollard does not need the oldtime feature enabled by default by chrono, and could therefore remove the transitive dependency on the vulnerable crate time 0.1 by disabling chrono's default features.

@jcornaz jcornaz changed the title remove default-dependencies from chrono remove default features from chrono Mar 31, 2023
@fussybeaver fussybeaver merged commit 264fcb1 into fussybeaver:master Mar 31, 2023
@fussybeaver
Copy link
Owner

Thanks, this finally resolves that pesky CVE

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 this pull request may close these issues.

2 participants