> Hi all, I wrote a directory spider that recursively finds all pages on
> my server in all sites that have the cfqueryparam bug with using
> functions in the value attributes value.
>
> What I want to do is be able to determine the line number of the
> offending cfqueryparam tag. Does anyone have any thoughts?
Loop over the template using something like:
ListContains(page,
REReplaceNoCase(page,".*(<cfqueryparam[^>]*value=""[^""]*\([^""]*""[^>]*>).*","\1"),
chr(13))
Jochem
--
I don't get it
immigrants don't work
and steal our jobs
- Loesje
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

