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
No related branches found
No related tags found
1 merge request!245Security related documentation
......@@ -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.
Finish editing this message first!
Please register or to comment