Skip to content
Snippets Groups Projects
Commit d5945437 authored by Sean Madsen's avatar Sean Madsen
Browse files

Security - Small fix for POST validation

parent 048b374f
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if (!preg_match(':^[a-zA-Z0-9\-_/]+$:', $angPage)) {
## `POST` parameters
When accepting `POST` parameters through forms, it's important to validate the data as
When accepting `POST` parameters through forms, it's important to validate the data using the form validation tools provided by `CRM_Core_Form`.
## When saving to the database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment