dolibarr/htdocs/modulebuilder/template
MDW 1693f8a8a4
Qual: Fix 'SqlInjection' notices (#39216)
* Qual: Fix 'SqlInjection' notices

# Qual: Fix 'SqlInjection' notices

Batch of 25 files with changes to fix 'SqlInjection' Notices

* Qual: Enhance SQL injection prevention in CodingPhpTest.php

Improved the SQL injection prevention mechanism in the CodingPhpTest.php file by adding a check for integer and float casts in the IN clause of SQL queries to avoid false positives.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-07-23 19:06:39 +02:00
..
.tx
admin Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
ajax
build
class Qual: Fix 'SqlInjection' notices (#39216) 2026-07-23 19:06:39 +02:00
core Qual: Fix 'SqlInjection' notices (#39221) 2026-07-20 02:51:11 +02:00
css Removed conf $dolibarr_nocache that is useless (CTRL+F5 is enough) 2026-04-25 12:13:25 +02:00
doc
img
js Removed conf $dolibarr_nocache that is useless (CTRL+F5 is enough) 2026-04-25 12:13:25 +02:00
langs/en_US
lib NEW: ModuleBuilder - selectable object tabs (+ fixes for multi-object generation) (#38570) 2026-06-09 19:04:00 +02:00
scripts
sql
stats clean code (#38265) 2026-05-18 02:43:24 +02:00
test/phpunit
.editorconfig
.gitattributes
.gitignore
AGENTS.md Doc 2026-04-22 02:58:57 +02:00
ChangeLog.md
COPYING
modulebuilder.txt
mymoduleindex.php Fix option to set max short list 2026-07-04 13:33:17 +02:00
myobject_agenda.php
myobject_card.php NEW: ModuleBuilder - selectable object tabs (+ fixes for multi-object generation) (#38570) 2026-06-09 19:04:00 +02:00
myobject_contact.php
myobject_document.php
myobject_list.php Qual: Fix 'SqlInjection' notices (#39216) 2026-07-23 19:06:39 +02:00
myobject_note.php Add custom tpl to note (#38437) 2026-05-26 16:02:36 +02:00
README.md

MYMODULE FOR DOLIBARR ERP & CRM

Features

Description of the module...

Other external modules are available on Dolistore.com.

Translations

Translations can be completed manually by editing files in the module directories under langs.

Installation

Prerequisites: You must have Dolibarr ERP & CRM software installed. You can download it from Dolistore.org. You can also get a ready-to-use instance in the cloud from https://saas.dolibarr.org

From the ZIP file and GUI interface

If the module is a ready-to-deploy zip file, so with a name module_xxx-version.zip (e.g., when downloading it from a marketplace like Dolistore), go to menu Home> Setup> Modules> Deploy external module and upload the zip file.

Final steps

Using your browser:

  • Log into Dolibarr as a super-administrator
  • Go to "Setup"> "Modules"
  • You should now be able to find and enable the module

Licenses

Main code

GPLv3 or (at your option) any later version. See file COPYING for more information.

Documentation

All texts and readme's are licensed under GFDL.