Re: Posgres Adding braces at beginning and end of text (html) content

Поиск
Список
Период
Сортировка
От linnewbie
Тема Re: Posgres Adding braces at beginning and end of text (html) content
Дата
Msg-id 54d2c2b3-487c-48a1-9bfb-a1d79a904721@l22g2000vba.googlegroups.com
обсуждение исходный текст
Ответ на Posgres Adding braces at beginning and end of text (html) content  (linnewbie <linnewbie@gmail.com>)
Список pgsql-general
On Apr 2, 10:01 am, andreas.kretsch...@schollglas.com ("A.
Kretschmer") wrote:
> In response to linnewbie :
>
>
>
> > I am using tcl ( ncgi and tclobdc ) so it is more like the excerpts
> > below:
>
> > ie I input:
>
> > <h1>Hello World </h1>
>
> > <p>xyz <p/>
> > .........
>
> > into the text area field, save:
>
> > set page_content  [ ncgi::value  textarea_field_name]
>
> > database connect dbh $datasource $dbuser $dbpassword
>
> > set sql "INSERT INTO profile (page_content) \
> >         VALUES('$page_content') "
>
> That is a security hole for sql-injection.

This database user only has select,insert,update privileges on this
table and these are internal users (administrators) so I'm not sure
how much trouble they can make.

Is there another way to have users update content that is really
really complex html, nested <ul> with <span>s with spacial classes
etc?




В списке pgsql-general по дате отправления:

Предыдущее
От: "Leif B. Kristensen"
Дата:
Сообщение: Re: How to find the query completeion time?
Следующее
От: Steve Clark
Дата:
Сообщение: cast needed - but where and why?