Commit d863edbc authored by Frank Bergmann's avatar Frank Bergmann

- Improving security by added -limit_to xxx to all im_opt_val calls

parent 7076c835
......@@ -1330,7 +1330,7 @@ ad_proc im_costs_project_finance_component {
set org_project_id $project_id
# Pull out optional sort_order string from HTTP headers. Dirty and unsecure!
set sort_order [im_opt_val sort_order]
set sort_order [im_opt_val -limit_to nohtml sort_order]
# Get a hash array of subtotals per cost_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment