small change to Documentation - Creating a table

2020-10-19 Thread Corey Fehr
Hi The documentation doesn't seem to say where to send improvements related to the documentation. New postgresql DB, I just wanted to create a simple table. The Quick Start section suggests using Cast, which is unhelpful: https://www.pgadmin.org/docs/pgadmin4/4.27/modifying_tables.html Creating or

Re: [pgAdmin][5919] Fix security related issues

2020-10-19 Thread Ganesh Jaybhay
Thank you Dave for the suggestion. Please find the attached updated patch to make HSTS by default disabled and conditional based on flag. Regards, Ganesh Jaybhay On Mon, Oct 19, 2020 at 5:38 PM Dave Page wrote: > Hi > > On Mon, Oct 19, 2020 at 1:01 PM Ganesh Jaybhay < > ganesh.jayb...@enterpri

Re: [pgAdmin][5919] Fix security related issues

2020-10-19 Thread Dave Page
Hi On Mon, Oct 19, 2020 at 1:01 PM Ganesh Jaybhay < ganesh.jayb...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch to fix the below security issues: > >- Host Header Injection - Added ALLOWED_HOSTS list to limit host >address >- Lack of Content Security Polic

[pgAdmin][5919] Fix security related issues

2020-10-19 Thread Ganesh Jaybhay
Hi Hackers, Please find the attached patch to fix the below security issues: - Host Header Injection - Added ALLOWED_HOSTS list to limit host address - Lack of Content Security Policy (CSP) - Added security header - Lack of Protection Mechanisms - HSTS - Added security header - Lack o