Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.1 / 2021-01-15

This release includes a bugfix for a side-channel security issue that would
allow an attacker to verify if a user is defined in the configuration by timing
request. #39

* [ENHANCEMENT] Cache basic authentication results to significantly improve
performance. #32
* [BUGFIX] Prevent user enumeration by timing requests. #39

## 0.5.0 / 2021-01-13

* [CHANGE] rename `https` package to `web`. #29
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1