Commit graph

2 commits

Author SHA1 Message Date
MDW
4eaa846739
Fix: Avoid double escapes in sql values (#38940)
* Fix: values already escaped for db in 'isInDb'

# Fix: values already escaped for db in 'isInDb'

The values of $value_arr were escaped before the call to 'isInDb' resulting
in a potential double escape'

* Fix: escape values only once in sqlFilterSearchField

# Fix: escape values only once in sqlFilterSearchField

The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

* Fix: escape values only once in sqlFilterSearchField

# Fix: escape values only once in sqlFilterSearchField

The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

* Fix: escape values only once in getOptions

# Fix: escape values only once in getOptions

The values of $selectedValues were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

* Fix: escape values only once in sqlFilterSearchField

# Fix: escape values only once in sqlFilterSearchField

The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

* Fix: escape values only once in sqlFilterSearchField

# Fix: escape values only once in sqlFilterSearchField

The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

* Fix: escape values only once in sqlFilterSearchField

# Fix: escape values only once in sqlFilterSearchField

The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-06-21 23:03:22 +02:00
kkhelifa-opendsi
548bb94e4f
NEW: Rework of the management of the card and fields on the web portal (#36076)
* NEW: Rework of the management of the card and fields on the web portal

* Correction pre-commit check

* Correction affichage logo login

* Ajout hook

* Ajout params fonction FormWebPortal::convertAllLink()

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction phpstan

* Correction travis

* Correction travis

* Correction travis

* Correction travis

* Correction

* Fix get options of sellist by AJAX in webportal scope

* Correction pre-commit

* Correction pre-commit

* Add hook and change hook name for viewImage controller

* Correction phan

* Corrections

* Corrections
2025-11-19 15:14:53 +01:00