Changes between Initial Version and Version 1 of Ticket #3945
- Timestamp:
- Jul 5, 2011, 1:25:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3945
- Property Cc added
- Property Owner changed from to
-
Ticket #3945 – Description
initial v1 31 31 32 32 Summary : 33 33 {{{ 34 34 line 2080: pszBuffer = msStringConcatenate(pszBuffer, (char *)pszProcedureItem); 35 }}} 35 36 and 37 {{{ 36 38 line 2086: pszBuffer = msStringConcatenate(pszBuffer, tokens[j]); 37 39 }}} 38 40 from mapogcsos.c are potential candidate for SQL injection, but it *looks* like both values are tested against the sos_procedure and sos_procedure_item metadata item from the mapfile. The eye from someone familiar with this piece of code would be needed to confirm that. 39 41