I ran the ACF Security Analyzer today and of the thousands of things it flagged was the variables in a cfmail tag under the guise of SQL Injection. It recommended using the cfqueryparam tag to fix the issue, even though it's not inside a cfquery. Is this actually a security concern and, if so, is the cfqueryparam tag a valid or the best solution for it?