Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 03/09/2016
Components: Security Analyzer
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Alpha_v31 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Mac All
Vote Count: 0
Duplicate ID: CF-4026201
Problem Description: If you wrap a variable with a <cfif> it will not flag SQLi
Steps to Reproduce:
<cfquery>
SELECT * FROM table
<cfif Len(url.sort)>
ORDER BY #url.sort#
</cfif>
</cfquery>
Actual Result: Nothing flagged
Expected Result: SQLi Flag
Any Workarounds: nope
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126656
External Customer Info:
External Company: Foundeo Inc.
External Customer Name: Peter Freitag
External Customer Email: PETE@FOUNDEO.COM
External Test Config:
Bug File Paths:
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion Builder\3.1\Alpha_v31\4026626\cfquery-cfif.cfm
Attachments:
Comments: