Skip to content

Commit acaa232

Browse files
committed
add ignore comment for fixinator false positive
1 parent a99388d commit acaa232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/types/a0User.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<cfquery datasource="#application.dsn#" name="qUser">
1818
select *
19+
<!--- ignore:sqlinjection - #application.dbowner# is not vulnerable to SQL injection because it is already validated --->
1920
from #application.dbowner#a0User
2021
where lower(userid)=<cfqueryparam cfsqltype="cf_sql_varchar" value="#lcase(arguments.userid)#" />
2122
</cfquery>

0 commit comments

Comments
 (0)