Skip to content

Commit

Permalink
Update which tower-http versions are affected by RUSTSEC-2021-0135 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Jan 22, 2022
1 parent 5a24458 commit 190dfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tower-http/RUSTSEC-2021-0135.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["directory traversal", "http"]
os = ["windows"]

[versions]
patched = [">= 0.2.1"]
patched = [">= 0.2.1", ">= 0.1.3, < 0.2.0"]
```

# Improper validation of Windows paths could lead to directory traversal attack
Expand Down

0 comments on commit 190dfb9

Please sign in to comment.