summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-26 07:44:36 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-26 07:44:36 +0300
commit5ded2e512141a148a0d33fc3059564af74e95b62 (patch)
treee4817e9f409b123cb0070164def7a80d694a0041 /CHANGELOG.md
parent7eeabf14be3c63fae2226e561ef8a0c1390c8d3c (diff)
downloadwekan-5ded2e512141a148a0d33fc3059564af74e95b62.tar.gz
wekan-5ded2e512141a148a0d33fc3059564af74e95b62.tar.bz2
wekan-5ded2e512141a148a0d33fc3059564af74e95b62.zip
- Removed binary version of bcrypt because of vulnerability that has issue that is not fixed yet. This may cause some slowdown.
Thanks to xet7 !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9955ac0..a34fea44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
# Upcoming Wekan release
* [Remove binary version of bcrypt](https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac)
- because of [vulnerability that is not fixed yet](https://github.com/kelektiv/node.bcrypt.js/issues/604) that
- [is not fixed yet](https://github.com/kelektiv/node.bcrypt.js/pull/606).
+ because of [vulnerability](https://nodesecurity.io/advisories/612) that has [issue that is not fixed
+ yet](https://github.com/kelektiv/node.bcrypt.js/issues/604) and
+ and [not yet merged pull request](https://github.com/kelektiv/node.bcrypt.js/pull/606).
+ This may cause some slowdown.
Thanks to GitHub user xet7 for contributions.