Giter Club home page Giter Club logo

Comments (3)

rfdickerson avatar rfdickerson commented on May 29, 2024

Do the adaptors for Kuery support Prepared Queries? Do they prevent SQL injection attacks (assuming raw queries aren't used?)

from swift-kuery.

irar2 avatar irar2 commented on May 29, 2024

IIUC what you mean by Prepared Queries, Connection protocol has an API for execution of a query with parameters, e.g.:

func execute(query: Query, parameters: [Any], onCompletion: @escaping ((QueryResult) -> ()))

PostgreSQL plugin implements these methods using PQsendQueryParams().
Ian is working on this in SQLite.

The purpose of passing parameters is to prevent SQL injection attacks.

BTW, I don't think the usage of raw queries means we can't prevent SQL injection: the raw queries are needed because we don't support every possible syntax the developer may want to use. The parameters are the input from the user (of the developer's app), and this input can cause an attack (not the raw query written by the developer). Therefore, we support raw queries with parameters.

from swift-kuery.

irar2 avatar irar2 commented on May 29, 2024

Implemented for SQLite.

from swift-kuery.

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.