We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fbaa5 commit af55149Copy full SHA for af55149
1 file changed
user_guide_src/source/libraries/validation/038.php
@@ -8,3 +8,5 @@
8
'name' => "is_unique[supplier.name,uuid,{$uuid}]", // is ok
9
'name' => 'is_unique[supplier.name,uuid,{uuid}]', // is ok - see "Validation Placeholders"
10
]);
11
+// Warning: If `$uuid` is a user input, be sure to validate the format of the value before using it.
12
+// Otherwise, it is vulnerable.
0 commit comments