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

Dependabot alerts #2 - Segmentation fault in time #79

Closed
jtmoon79 opened this issue Jan 27, 2023 · 1 comment
Closed

Dependabot alerts #2 - Segmentation fault in time #79

jtmoon79 opened this issue Jan 27, 2023 · 1 comment
Labels
bug Something isn't working P2 less important

Comments

@jtmoon79
Copy link
Owner

jtmoon79 commented Jan 27, 2023

This Issue is to acknowledge Dependabot Alert #2. (I'm unable to comment or otherwise acknowledge the Dependabot Alert unless it's closed!? πŸ˜’)

The dependency bringing in the vulnerability is chrono

$ cargo tree -v -v --all-features
...
β”œβ”€β”€ chrono v0.4.23
β”‚   β”œβ”€β”€ iana-time-zone v0.1.48
β”‚   β”œβ”€β”€ num-integer v0.1.45
β”‚   β”‚   └── num-traits v0.2.15
β”‚   β”‚       [build-dependencies]
β”‚   β”‚       └── autocfg v1.1.0
β”‚   β”‚   [build-dependencies]
β”‚   β”‚   └── autocfg v1.1.0
β”‚   β”œβ”€β”€ num-traits v0.2.15 (*)
β”‚   └── time v0.1.44
β”‚       └── libc v0.2.138
...

As of January 2023, I'm using the latest chrono version 0.4.23 which, according to cargo tree, has the vulnerable time crate.

It is discussed in chronotope/chrono#602 (comment) which is Closed.

djc commented Mar 22, 2022
I'm going to close this because in its current version, chrono does not call the vulnerable APIs in time 0.1. Since chronotope/chrono#478 the dependency on time is fairly minimal and in the next semver-compatible version we'll remove it entirely.

According to the comment, this vulnerability should not be possible to hit.

When chrono is updated to remove the dependency, then this Issue should be Closed.

@jtmoon79 jtmoon79 added bug Something isn't working P1 important P2 less important and removed P1 important labels Jan 27, 2023
@jtmoon79
Copy link
Owner Author

chrono bumped to 0.4.35 in 89209f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 less important
Projects
None yet
Development

No branches or pull requests

1 participant