mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* Qual: New Phan plugin for testing that argument matches regex # Qual: New Phan plugin for testing that argument matches regex This Plugin - currently applied to GETPOST - allows verifying that a selected argument of a function matches a regular expression. * Qual: Add isModEnabled verification to phan # Qual: Add isModEnabled verification in phan Using ParamMatchRegexPlugin, add isModEnabled parameter verification. * Qual: Verify sanitizeVal check value # Qual: Verify sanitizeVal check value Use ParamMatchPlugin to check sanitizeVal check value * Qual: Extend ParamMatchRegexPlugin with class_method # Qual: Extend ParamMatchRegexPlugin with class_method Allow matching class methods for argument verification. * Update config.php * Qual: New Phan plugin for testing that argument matches regex # Qual: New Phan plugin for testing that argument matches regex This Plugin - currently applied to GETPOST - allows verifying that a selected argument of a function matches a regular expression. * Qual: Add isModEnabled verification to phan # Qual: Add isModEnabled verification in phan Using ParamMatchRegexPlugin, add isModEnabled parameter verification. * Qual: Verify sanitizeVal check value # Qual: Verify sanitizeVal check value Use ParamMatchPlugin to check sanitizeVal check value * Qual: Extend ParamMatchRegexPlugin with class_method # Qual: Extend ParamMatchRegexPlugin with class_method Allow matching class methods for argument verification. * Report scalar values (see null, etc) * Qual: Ignore false Phan Notification * Qual: Ignore false Phan Notification * Qual: Fix Phan needs specific message keys for coloring. --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr> |
||
|---|---|---|
| .. | ||
| ajax | ||
| boxes | ||
| class | ||
| data | ||
| db | ||
| filemanagerdol | ||
| js | ||
| lib | ||
| login | ||
| menus | ||
| modules | ||
| tpl | ||
| triggers | ||
| actions_addupdatedelete.inc.php | ||
| actions_builddoc.inc.php | ||
| actions_changeselectedfields.inc.php | ||
| actions_comments.inc.php | ||
| actions_dellink.inc.php | ||
| actions_extrafields.inc.php | ||
| actions_fetchobject.inc.php | ||
| actions_lineupdown.inc.php | ||
| actions_linkedfiles.inc.php | ||
| actions_massactions.inc.php | ||
| actions_printing.inc.php | ||
| actions_sendmails.inc.php | ||
| actions_setmoduleoptions.inc.php | ||
| actions_setnotes.inc.php | ||
| antispamimage.php | ||
| bookmarks_page.php | ||
| commonfieldsinexport.inc.php | ||
| commonfieldsinimport.inc.php | ||
| customreports.php | ||
| datepicker.php | ||
| doxygen.php | ||
| extrafieldsinexport.inc.php | ||
| extrafieldsinimport.inc.php | ||
| get_info.php | ||
| get_menudiv.php | ||
| multicompany_page.php | ||
| photos_resize.php | ||
| search_page.php | ||
| search.php | ||
| tools.php | ||
| website.inc.php | ||