I follow the instructions on the module main page. Step number 4 says Set the default value of that argument to "Node ID from URL"
. Then Views UI says also Action to take if argument is not present
.
Is there a possible that malicious user provide (via URL or POST) some value of this argument overriding the default value? If so, this could be issue for me.
Thanks for your time and help.
Comments
Comment #1
mki commentedThis issue (support request) was intended for Views Attach module, but I decided that it more belongs to Views. Any help?
Comment #2
dawehnerI think not. This uses the drupal internal method arg(), which uses node/123 as path.
Comment #3
merlinofchaos commentedPlus, it ensures that the value is numeric and loads a node. There's nothing a user can enter there that will cause anything other than not viewing a node.