William Desportes

Results 811 comments of William Desportes

Hi Bastien, Can you link the ITP here?

```diff diff --git a/app/Validator/DNSCheckValidation.php b/app/Validator/DNSCheckValidation.php index a94f30fd8..a3f181a12 100644 --- a/app/Validator/DNSCheckValidation.php +++ b/app/Validator/DNSCheckValidation.php @@ -39,6 +39,18 @@ class DNSCheckValidation implements EmailValidation 'lan', ]; + /** + * @see https://bornoe.org/blog/2016/05/fighting-spam-with-fake-mx-records/ + */...

Hi @egulias Thank you for this reply. Would you then accept to integrate into this repo validators for: - typo domains (example: hormail.ca or hormail.fr) Internet lacks such a list...

I think it should have as much support as the MariaDB container. I did not check that it supports it, but most probably it does

> Mariadb seems to put its configs in `/etc/mysql/mariadb.conf.d/` and you are expected to mount yours in `/etc/mysql/conf.d/`. > > What are you looking for more specifically here? Layer your...

> If you were to mount into the folder they use while starting up, I'm thinking it would fail. They write configs there during startup. but you can mount only...

> @leenooks any update on the status for this issue? I reproduced this XSS on the Update page, with the previous value already containing the XSS payload. See steps: https://github.com/leenooks/phpLDAPadmin/issues/130#issue-754474648

https://github.com/leenooks/phpLDAPadmin/issues/137#issuecomment-950691115 Fix: ```patch diff --git a/lib/PageRender.php b/lib/PageRender.php index d905c96..b0682bf 100644 --- a/lib/PageRender.php +++ b/lib/PageRender.php @@ -556,7 +556,7 @@ class PageRender extends Visitor { final protected function drawOldValueAttribute($attribute,$i) { if (DEBUGTMP)...

PR done in: https://github.com/leenooks/phpLDAPadmin/pull/201

Released as [1.2.6.6](https://github.com/leenooks/phpLDAPadmin/releases/tag/1.2.6.6) 🎉