Coder Social home page Coder Social logo

Comments (8)

ctavan avatar ctavan commented on July 22, 2024

Just to add some references, here's the node-cassandra-client-way: https://github.com/racker/node-cassandra-client/blob/master/lib/driver.js#L59-109 (could be done nicer IMO)
And here's some example from node-mysql: https://github.com/felixge/node-mysql/blob/master/lib/client.js#L145-199

Anyhow I really like the ?-placeholder-style and I've seen it in many places when dealing with SQL-like database-queries (which CQL tries to mimic).

from helenus.

ctavan avatar ctavan commented on July 22, 2024

Looks like single quotes have to be escaped by another single quote, see https://issues.apache.org/jira/browse/CASSANDRA-2993

At least we're not in danger of really dangerous CQL injections: http://www.mail-archive.com/[email protected]/msg14907.html

from helenus.

devdazed avatar devdazed commented on July 22, 2024

I'll be pushing out a fix to address the vulnerability. I'll escape the single quote as that is all the official driver is doing. As for the ? placeholder way, I see how people can want this, I also see how people would want to use the NodeJS way of doing it. I think I'll have ? be synonymous with %s. That should allow for use either way.

from helenus.

devdazed avatar devdazed commented on July 22, 2024

just fyi, all of this was published under version 0.3.3. including the ability to use a ? placeholder in cql.

from helenus.

JNayak avatar JNayak commented on July 22, 2024

Looks like this fix is in JS file. Can we do it at server code?

from helenus.

devdazed avatar devdazed commented on July 22, 2024

I'm not sure what you mean?

from helenus.

JNayak avatar JNayak commented on July 22, 2024

Any security fix at client side javascript can be easily bypaased. It would be good if we have this fix on the server side code.

from helenus.

devdazed avatar devdazed commented on July 22, 2024

This is for node.js, not client side JavaScript.

from helenus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.