- develop
- 119
Listing 50 commits reachable from develop, skipping most recent 50.
36cd746 | Simplify scope checking logic. |
Peter Boughton |
2ad831f | Remove carriage returns without removing double-newlines. |
Peter Boughton |
b509406 | No known issues; direct readers to GitHub Issues page. |
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 |
c9e1654 | Return XML formats as text/xml. |
Peter Boughton |
aefbffb | Add JSON output format. |
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 |
13cc357 | Remove unnecessary uses of Java Regex Utils. |
Peter Boughton |
c26b3f7 | Remove PNG transparency workaround - IE6 is no longer supported. |
Peter Boughton |
41f8464 | Use version-specific application name to allow testing on same host. |
Peter Boughton |
51e857e | Starting work on next minor release... |
Peter Boughton |
ed9c596 | Convert readme to Markdown format for better GitHub display. |
Peter Boughton |
83a56d0 | Clarify requirements and point towards tag download page for v0.7.3 |
Peter Boughton |
164e569 | Merge pull request #1 from mhenke/master |
Peter Boughton |
8b12a65 | renaming readme file for github to recongize |
Mike Henke |
865282a | Assorted cleanup and minor performance improvements. |
Peter Boughton |
c61e8f2 | SWitched from function Struct to shorthand struct notation. |
Peter Boughton |
32abf4c | Changes required for OpenBD v1.4 support. |
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 |
87f830d | Updated Fusebox core files to work when Railo's "Local scope mode" is set to "always". |
BP |
a2e8a5d | Updating SVN trunk with current v0.7.2 codebase. |
BP |
7311471 | - Updated link URL to work for IIS. |
BP |
dd8d72d | - Corrected expandPath fix for CF7/8. |
BP |
21cffbc | - Fixed IE check for CF7/8 |
BP |
c44a6f7 | - Fixed scope list to check just inner query code, not whole cfquery tag. |
BP |
69e03ea | - Removed BSD and MIT licenses, as they are no longer used. |
BP |
d1b1d78 | - Added details of how to get new Eclipse plugin. - Updated readme to indicate qpScanner is now GPLv3. |
BP |
197f205 | - Added GPLv3 license. |
BP |
1c599e5 | - Removed Eclipse plugin, now available from update site. |
BP |
21668d4 | - Added v0.1-dev of QueryParam Scanner Eclipse Plugin. |
BP |
4a26fca | - Restored missing data for ClientScopes field config. |
BP |
a96adab | - Added check to ensure there are scopes before looking for client scopes. |
BP |
786c432 | - Exclude parsed files. |
BP |
ab6a1de | - Reverted incorrect coding. |
BP |
c86a67f | - Added ability to exclude scopes. |
BP |
df5c4a7 | - Added missing hashes. |
BP |
908a8b7 | - Added link to project website. |
BP |
b523bbe | - Added IE6 PNG transparency fix. |
BP |
7777795 | - Committed latest files for v0.7-dev |
BP |
bf7704f | - Committed latest files for v0.7-dev |
BP |