mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Removed binary version of bcrypt because of vulnerability that has issue that is not fixed yet. This may cause some slowdown.
Thanks to xet7 !
This commit is contained in:
parent
7eeabf14be
commit
5ded2e5121
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue