Skip to content

Commit

Permalink
fix(backend): bump lettere to prevent CRLF attack
Browse files Browse the repository at this point in the history
  • Loading branch information
Brethland committed Jun 6, 2021
1 parent 6afd1c5 commit fe63879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ futures = "0.3.13"
hex = "*"
jsonwebtoken = "7"
lazy_static = "*"
lettre = "0.10.0-alpha.4"
lettre = ">=0.10.0-rc.3"
pest = "*"
pest_derive = "*"
reqwest = {version = "0.10", features = ["json"]}
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# CHANGELOG

## Unreleased
new: auto configuration script `configure.py`
new: auto configuration script `configure.py`.

refine: No more need for initial rank configuration.

refine: Add logger for tracker.

fix: Possible inconsistent in passkey filter update.

fix: possible CRLF attack in old `lettere` version.

## 0.2.0
new: Split k-v storage and usage via `KVStorage` trait(default kv is `sled`).

Expand Down

0 comments on commit fe63879

Please sign in to comment.