Skip to content

Commit 7361381

Browse files
committed
Add advisory for time
1 parent 965249c commit 7361381

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

crates/time/RUSTSEC-0000-0000.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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"]

0 commit comments

Comments
 (0)