Thanks, the patch applied.
On Tue, Oct 19, 2021 at 2:31 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find the attached patch which resolved #6780 While inheriting
> table, if newly added column present in parent table then merge columns.
>
> --
> Thanks &
Thanks, the patch applied.
On Thu, Oct 21, 2021 at 10:48 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> As per safety audit vulnerability report id #40493 for flask-security-too:
> *This is considered a low severity due to the fact that if Werkzeug is
> used (wh
Ensure that columns should be merged if the newly added column is present in
the parent table. Fixes #6780
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7cd57db913f049dab1605e1e1fea3a366837506
Author: Pradip Parkale
Modified Files
---
Ignore flask-security-too irrelevant vulnerability.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d28e2496730d41fb53ff04c9f9a373644007f770
Author: Aditya Toshniwal
Modified Files
--
web/package.json | 2 +-
1 file changed, 1 inse
Hi Hackers,
As per safety audit vulnerability report id #40493 for flask-security-too:
*This is considered a low severity due to the fact that if Werkzeug is used
(which is very common with Flask applications) as the WSGI layer, it by
default ALWAYS ensures that the Location header is absolute - t
Fixed API test cases for PG 14
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2a7f7fffe3eeae984cb7a608a8ad5e3ed012299
Modified Files
--
.../pg/14_plus/alter_proc_change_grantee_priv.sql | 18 ++
.../tests/pg/14_plus/alter_proc_c