Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
> I got a fix to that issue and would like to open a pull request to contribute. Of course, please propose your PR
From which repository are you trying to create PR ?
You need to fork the repository first and propose a PR from your fork
Please use latest version (1.6.0) and see if the problem still occurs.
``` $ldap_use_exop_passwd = true; $ldap_use_ppolicy_control = true; ``` This does not work, this is a bug in PHP (see https://bugs.php.net/bug.php?id=80820) If you want to use ppolicy, set exop_passwd to false.
Throwing a scanner report is not really helpful. If you find a security issue that is exploitable for Self Service Password, please send a mail to [email protected]
I agree, contribution is welcome!
As @davidcoutadeur noticed, maybe using more recent dependencies in the docker would improve a lot the security. See #935
You can review and contribute to #932
> Could you change the permission, so I can edit it? I can't do that. You can propose another PR. We currently use as base image `php:8.2-apache` which seem a...