hedgedoc/lib
David Mehren 9ab8bf3cac Fix crash in LDAP authentication
Since https://github.com/vesse/node-ldapauth-fork/commit
/741a648df98d789856b3301d65103b74872fdeea, ldapauth-fork calls `push` on
 the attributes array.

 Since we deep-freeze our config object in https://github
 .com/hedgedoc/hedgedoc/blob/master/lib/config/index.js#L200, this
 causes a crash.

 This commit fixes the crash by creating a mutable clone of the LDAP
 config and passing that to the LDAP strategy.

 Fixes https://github.com/hedgedoc/hedgedoc/issues/2561

Signed-off-by: David Mehren <git@herrmehren.de>
2022-08-22 09:01:04 +02:00
..
config Upload file to s3: make public a file on upload and allow to configure destination folder 2022-07-10 17:44:17 +02:00
migrations fix(migrations): Remove unexpected shell call 2022-05-17 14:04:02 +02:00
models Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
ot Fix logging in ot module 2018-11-13 23:30:13 +01:00
web Fix crash in LDAP authentication 2022-08-22 09:01:04 +02:00
workers Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
csp.js Fix GitLab snippet export 2022-04-10 21:24:30 +02:00
errors.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
history.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
letter-avatars.js Use identicons as fallback for libravatar 2022-01-07 14:03:26 +01:00
logger.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
prometheus.js Add custom prometheus metrics 2021-04-25 20:06:56 +02:00
realtime.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
response.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
utils.js Exclude /metrics and /status routes from session initialization 2021-07-20 23:56:54 +02:00