
| Key: |
SES-343
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
James Leigh
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Issue Links:
|
Dependency
|
|
|
|
This issue is a dependency for:
|
|
SES-421
update SPARQL support to the CR of 14...
|
|
|
|
|
|
Currently the regex() and LIKE operation of SPARQL and SeRQL require their pattern to be embedded in the query string. This can open the door for query-injection, a common problem in SQL applications on the web. Instead these should accept a pattern variable and allow its value to be binded through the Query interface before execution. This change should be done so not to cause a performance penalty for pattern compilation.
|
|
LIKE will stay as it is for now, but SPARQL allows this pattern to come from an arbitrary value expression and should be changed.
Revision: 3438
|
|