immudb icon indicating copy to clipboard operation
immudb copied to clipboard

update postgres wire protocol

Open zaza81 opened this issue 3 years ago • 5 comments

TBD

zaza81 avatar Dec 22 '21 15:12 zaza81

I was going to file an issue regarding the PostgreSQL wire protocol regarding a denial of service vector. Running curl localhost:5432 results in the immudb binary panicking and restarting.

Is there any point in filing an issue?

grawlinson avatar Dec 28 '21 06:12 grawlinson

I was going to file an issue regarding the PostgreSQL wire protocol regarding a denial of service vector. Running curl localhost:5432 results in the immudb binary panicking and restarting.

Is there any point in filing an issue?

@grawlinson thanks for reporting the issue. Yes, feel free to open a new issue with the details about the crash, it makes sense to understand and fix the problem before we update the Postgres wire protocol.

zaza81 avatar Dec 28 '21 14:12 zaza81

I was going to file an issue regarding the PostgreSQL wire protocol regarding a denial of service vector. Running curl localhost:5432 results in the immudb binary panicking and restarting. Is there any point in filing an issue?

@grawlinson thanks for reporting the issue. Yes, feel free to open a new issue with the details about the crash, it makes sense to understand and fix the problem before we remove the Postgres wire protocol.

@zaza81 Does it mean that the Postgres protocol cannot be used in new versions in the future? If so, what are the alternatives? I think it is very competitive that immudb can provide relational database capabilities.

letian0805 avatar Jan 12 '22 08:01 letian0805

@letian0805 sorry, my bad. It's about updating postgres wire protocol, not removing.

zaza81 avatar Jan 12 '22 08:01 zaza81

Hi all, there are any news about this issue? Will the upgrade of postgres wire protocol be present in the next release? Currently, there is v9.6 and it is EOL as described here.

lorepas avatar Feb 14 '24 10:02 lorepas