scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

cqlvalue: missing length checks in some methods #277

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

CQL protocol doesn't allow for additional bytes after a value's representation, AsStringList and AsStringMap methods don't check for that.