Lucene search

K
osvGoogleOSV:DSA-1911-1
HistoryOct 14, 2009 - 12:00 a.m.

pygresql - missing escape function

2009-10-1400:00:00
Google
osv.dev
9

EPSS

0.011

Percentile

84.2%

It was discovered that pygresql, a PostgreSQL module for Python, was
missing a function to call PQescapeStringConn(). This is needed, because
PQescapeStringConn() honours the charset of the connection and prevents
insufficient escaping, when certain multibyte character encodings are
used. The new function is called pg_escape_string(), which takes the
database connection as a first argument. The old function
escape_string() has been preserved as well for backwards compatibility.

Developers using these bindings are encouraged to adjust their code to
use the new function.

For the oldstable distribution (etch), this problem has been fixed in
version 1:3.8.1-1etch2.

For the stable distribution (lenny), this problem has been fixed in
version 1:3.8.1-3+lenny1.

For the testing distribution (squeeze) and the unstable distribution
(sid), this problem has been fixed in version 1:4.0-1.

We recommend that you upgrade your pygresql packages.