I have an application that is undergoing a PCI scan. The scan is tripping up on a ColdBox route that has values appended afterwards that don't make sense. As an example, it is www.mydomain.com/route/non-coldbox-directory/non-coldbox-directory/page.cfm
The page loads to www.mydomain.com/route/
with extra stuff in the URL that's not being used.
The PCI scan is returning a Reference to Windows file path is present in HTML
, and it's specifically pointing to a ColdBox helper file {wwwroot}\includes\helpers\ApplicationHelper.cfm
. However, in viewing the HTML source of the generated route, www.mydomain.com/route/
, nothing is there. What is causing this flag?
This is on a Windows server, running CF 10 and ColdBox 3.X