Posted May 25, 2012 10:42 UTC (Fri) by man_ls (subscriber, #15091)
[Link]
A heuristic refinement of your statement would be: confine processing of user input to a specific module inside your program, and treat bugs in that module as security bugs. The remaining bugs should have lower priority (but they might also be security bugs if the input module doesn't do a good job).