pgsql-server/src/interfaces/jdbc/org/postgresq ...

Поиск
Список
Период
Сортировка
От barry@svr1.postgresql.org (Barry Lind)
Тема pgsql-server/src/interfaces/jdbc/org/postgresq ...
Дата
Msg-id 20030724003039.356CFD1C970@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@svr1.postgresql.org    03/07/23 21:30:39

Modified files:
    src/interfaces/jdbc/org/postgresql: Driver.java.in
    src/interfaces/jdbc/org/postgresql/jdbc1:
                                              AbstractJdbc1Statement.java

Log message:
    Fixes additional sql injection vulnerabilities reported by Oliver Jowett
    and Dmitry Tkach.  Specifically the previous fix still allowed the statement termination character through in
unquotedplaces in the sql statement, and the driver never correctly handled someone passing a value of \0 in a string
whichunder the v2 protocol would end the statement causing the following text to possibly 
    be treated as a new sql statement
    Modified Files:
    jdbc/org/postgresql/Driver.java.in
    jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java


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

Предыдущее
От: barry@svr1.postgresql.org (Barry Lind)
Дата:
Сообщение: pgsql-server/src/interfaces/jdbc/org/postgresq ...
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/libpq auth.c