File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ [ advisory]
2+ id = "RUSTSEC-0000-0000"
3+ package = "time"
4+ date = "2026-02-05"
5+ url = "https://github.com/time-rs/time/blob/main/CHANGELOG.md#0347-2026-02-05 "
6+ categories = [ "denial-of-service"]
7+ cvss = "CVSS:4.0/AV: N /AC: H /AT: N /PR: L /UI: A /VC: N /VI: N /VA: H /SC: N /SI: N /SA: H "
8+ keywords = [ "stack", "exhaustion"]
9+ aliases = [ "GHSA-r6v5 -fh4h-64xc"] # CVE pending
10+
11+ [ affected.functions]
12+ # for all methods: only when ` time::format_description::well_known::Rfc2822 ` is used as the format
13+ "time::parsing::Parsed::parse_item" = [ ">= 0.3.6", < 0.3.47"]
14+ "time::Date::parse" = [ ">= 0.3.6", < 0.3.47"]
15+ "time::Time::parse" = [ ">= 0.3.6", < 0.3.47"]
16+ "time::UtcOffset::parse" = [ ">= 0.3.6", < 0.3.47"]
17+ "time::PrimitiveDateTime::parse" = [ ">= 0.3.6", < 0.3.47"]
18+ "time::OffsetDateTime::parse" = [ ">= 0.3.6", < 0.3.47"]
19+ "time::UtcDateTime::parse" = [ ">= 0.3.38", < 0.3.47"] # type not present until 0.3.38
20+
21+ [ versions]
22+ patched = [ ">= 0.3.47"]
23+ unaffected = [ "< 0.3.6"]
You can’t perform that action at this time.
0 commit comments