Tupshin Harper created CASSANDRA-4731:
-----------------------------------------

             Summary: Custom CQL transport needs to validate its framing
                 Key: CASSANDRA-4731
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4731
             Project: Cassandra
          Issue Type: Improvement
          Components: API
    Affects Versions: 1.2.0 beta 1
            Reporter: Tupshin Harper
            Assignee: Sylvain Lebresne


The current implementation of CASSANDRA-2478 does very little validation of its 
input. At a minimum, it should validate that the header bytes are all correct 
types, and validate that the frame as a whole doesn't exceed the max message 
length as specified in the header. As soon as it sees an invalid frame, it 
should return an error to the client and close the connection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to