b8c7f83 | Change required attributes to required_ to workaround Railo 4.1 bug. |
Peter Boughton |
3727195 | Ensure correct columnlist always used. |
Peter Boughton |
1908a50 | Convert colons to equals for CF9 compatibility. |
Peter Boughton |
2fbfe5b | Convert QueryAppend function to use looping method. |
Peter Boughton |
2037a26 | Throw error if passed a non-existant (or non-accessible) path. |
Peter Boughton |
9244177 | Add headers to key files to clarify version and license. |
Peter Boughton |
f0ed585 | Code formatting cleanup. |
Peter Boughton |
a5ea6e9 | Include filtered code in result data. |
Peter Boughton |
f628b82 | Replace random UUIDs with SHA checksums. |
Peter Boughton |
520ca9a | Remove unignored whitespace from start of regex. |
Peter Boughton |
207c8b3 | Add experimental ability to separate queries into segments. |
Peter Boughton |
58c1598 | Correct version to include -dev suffix. |
Peter Boughton |
795c6c0 | Add RiskFileCount, to count files containing potential risks. |
Peter Boughton |
a50e2d4 | Remove unused DirCount variable. |
Peter Boughton |
f101428 | Move FileCount increment inside function. |
Peter Boughton |
fb1248e | Assorted coding style updates. |
Peter Boughton |
7840002 | Remove isRisk variable and reduce nesting. |
Peter Boughton |
b3694cf | Assorted coding style updates. |
Peter Boughton |
a3c710c | Change ClientScopes to array. |
Peter Boughton |
36cd746 | Simplify scope checking logic. |
Peter Boughton |
2ad831f | Remove carriage returns without removing double-newlines. |
Peter Boughton |
ffc2e2c | Remove unnecessary call to duplicate function. |
Peter Boughton |
f3eb8f3 | Replace findQueryTag regex with equivalent ListFirst/ListRest logic. |
Peter Boughton |
fbb57e1 | Use cfregex.find to obtain position alongside match text, allowing simple BeforeQueryCode extraction. |
Peter Boughton |
09d500e | Correct cfregex object creation for exclusions. |
Peter Boughton |
fc5ce95 | Use cfcontinue in exclusion check to reduce nesting. |
Peter Boughton |
cdb931d | Scope local variables at first use. |
Peter Boughton |
ddf25aa | Fix broken name detection. |
Peter Boughton |
b1c9d06 | Fix unscoped local variables. |
Peter Boughton |
2b22698 | Replace obsolete Java Regex Utils with cfRegex object. |
Peter Boughton |
12903b4 | Remove obsolete Struct function. |
Peter Boughton |
51e857e | Starting work on next minor release... |
Peter Boughton |
865282a | Assorted cleanup and minor performance improvements. |
Peter Boughton |
c61e8f2 | SWitched from function Struct to shorthand struct notation. |
Peter Boughton |
e3cb4de | Updated to v0.7.3 |
BP |
d065269 | Fixed query tag regex to work with attribute-less <cfquery> tag. |
BP |
fcd0f66 | Fixed client scope checking to look at the at-risk code only, not the entire query body. |
BP |
c44a6f7 | - Fixed scope list to check just inner query code, not whole cfquery tag. |
BP |
ab6a1de | - Reverted incorrect coding. |
BP |
c86a67f | - Added ability to exclude scopes. |
BP |
bf7704f | - Committed latest files for v0.7-dev |
BP |