Sine a major goal of SO is to compile the best programming questions and answers on the internet, I'm wondering if there's more we can do to single out and/or correct cases where questions or answers contain exploitable code (see http://stackoverflow.com/questions/1180956/mysql-select-statement-group-by-unique which includes an sql injection vulnerability). I always try to point this out to authors, but I tend not to make edits so I don't change "the meaning" of the author.
One approach for this I though of was to create a special flag to be added to questions or answers noting that the included code or advice is unsafe. Alternatively, is it better to follow a hard "edit out" approach in these cases?