Skip to content

Commit bc27fd2

Browse files
committed
chore(files): prepare v0.6.10 release
1 parent 06a354f commit bc27fd2

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-files/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## Unreleased
44

5+
## 0.6.10
6+
7+
### Security Notice
8+
9+
We addressed 2 vulnerabilities in this release:
10+
11+
- Do not panic with empty Range header.
12+
- Avoid serving CWD on invalid `Files::new` inputs.
13+
14+
We encourage updating your `actix-files` version as soon as possible.
15+
16+
### Other changes
17+
518
- Minimum supported Rust version (MSRV) is now 1.88.
619
- `PathBufWrap` & `UriSegmentError` made public. [#3694]
720

actix-files/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-files"
3-
version = "0.6.9"
3+
version = "0.6.10"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
55
description = "Static file serving for Actix Web"
66
keywords = ["actix", "http", "async", "futures"]

0 commit comments

Comments
 (0)