Re: Posgres Adding braces at beginning and end of text (html) content - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Posgres Adding braces at beginning and end of text (html) content
Date
Msg-id 20090402140118.GB25806@a-kretschmer.de
Whole thread Raw
In response to Re: Posgres Adding braces at beginning and end of text (html) content  (linnewbie <linnewbie@gmail.com>)
List pgsql-general
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.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: linnewbie
Date:
Subject: Re: Posgres Adding braces at beginning and end of text (html) content
Next
From: Thomas Markus
Date:
Subject: Re: Posgres Adding braces at beginning and end of text (html) content