Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: 32.1.0
-
Fix Version/s: 32.2.0
-
Labels:
-
Template:
-
Story Points:1
-
Development Team:Core: Platform
Description
Overview:
BuildCQL.buildCQL() doesn't URL encode cqlStatementOperator and operatorBetweenArgs. This may result in CQL injection.
Solution:
URL encode the complete CQL query.