Welcome! Log In Create A New Profile

Advanced

Re: DB Relay - NGiNX based open source project

July 22, 2010 06:24PM
On Thu, Jul 22, 2010 at 3:09 PM, Brian Bruns <brian@bruns.com> wrote:
> Hi Michael,
>
> We're still here at OSCON if you want to stop by.
>
> It's intended for use in applications, so it's really no different
> than using the native database APIs vis-a-vis security, all the same
> concerns apply.  We just make it easier to get to the database.
>
> Brian

Applications mask the queries though.

via PHP:

foo.php?file=1

via DBRelay:

/sql?sql=SELECT something FROM table WHERE file_id=somevariable

(of course URL encoded, blahblah)

Seems to me the model shouldn't be used for anything that would be an
information disclosure to anything sensitive. For instance, perhaps
you want a user's email address. well, depending on how it's done, you
could SHOW COLUMNS FROM user; or SELECT * FROM user; instead of SELECT
email FROM user ... right?

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

DB Relay - NGiNX based open source project

Vlad Didenko July 22, 2010 05:54PM

Re: DB Relay - NGiNX based open source project

mike July 22, 2010 06:02PM

Re: DB Relay - NGiNX based open source project

Brian Bruns July 22, 2010 06:14PM

Re: DB Relay - NGiNX based open source project

mike July 22, 2010 06:24PM

Re: DB Relay - NGiNX based open source project

Piotr Sikora July 22, 2010 06:22PM

Re: DB Relay - NGiNX based open source project

Piotr Sikora July 22, 2010 06:28PM

Re: DB Relay - NGiNX based open source project

Brian Bruns July 22, 2010 06:30PM

Re: DB Relay - NGiNX based open source project

Piotr Sikora July 22, 2010 07:04PM

Re: DB Relay - NGiNX based open source project

agentzh July 31, 2010 02:42AM

Re: DB Relay - NGiNX based open source project

Brian Bruns July 31, 2010 09:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 241
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready