We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626a774 commit 75907cfCopy full SHA for 75907cf
user_guide_src/source/libraries/validation/008.php
@@ -4,7 +4,8 @@
4
$request = \Config\Services::request();
5
6
if ($validation->withRequest($request)->run()) {
7
- // If you want to get the validated data.
+ // If you use the input data, you should get it from the getValidated() method.
8
+ // Otherwise you may create a vulnerability.
9
$validData = $validation->getValidated();
10
11
// ...
0 commit comments