Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bkvbw-0001n3-Fl for pgadmin-hackers@arkaria.postgresql.org; Fri, 16 Sep 2016 16:03:32 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bkvbw-0008Cj-2G for pgadmin-hackers@arkaria.postgresql.org; Fri, 16 Sep 2016 16:03:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bkvbi-0007ph-LT for pgadmin-hackers@postgresql.org; Fri, 16 Sep 2016 16:03:18 +0000 Received: from mail-io0-x235.google.com ([2607:f8b0:4001:c06::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bkvbe-0001YS-Mk for pgadmin-hackers@postgresql.org; Fri, 16 Sep 2016 16:03:18 +0000 Received: by mail-io0-x235.google.com with SMTP id m186so30353049ioa.2 for ; Fri, 16 Sep 2016 09:03:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DZTOBoa6+tt0qhJllK9vulfho01MoAyYt6QhVrQnopI=; b=P/9WnRfshs8GfwgKfFV+ViofnPq0GSAejwRCf7ta6Vf40t0amKTPMgjiPcuLVdM3Go NytdVmQ/PzNDS7bBo7DDJ885ZQu92xj75yXPNT1YJWtaHLjcyqXWN8Le0K1Z9UFeAAh8 7D5HLPD4QOX+h7FcatnGTPo8dhVNQxAldsWG86XNEtdxE1VSxG9MqBTb616uh4LIZqtE bM/GUGpayZvMCv5uoQe32LKxg+iCUbbqAZ7p6FTI6eugSJZJc1ZzpXUaDmyvyTzQlqgm GSRaVZNJRhQUQG5sioMUQGVgxqgN5g9sUBkJ2J6wtHlk7OKXDaY3lT9SVbic/4ygHR+Q 1nSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DZTOBoa6+tt0qhJllK9vulfho01MoAyYt6QhVrQnopI=; b=e6hFswzfGmezpXMt8Xx1Ox4JgiBfehRARBLmeZ2hwGyLKwiAdgVfA/HP8sdTxQkkFS BkH9Efv5yTWHwiJciuszQZLUS/t7vumul9fKFqKXFep15RBurV4NjxRTp5PkoqpjQVHk HQgt3k9wvBhJ8RnFz7QSlymzOoh2TfXlof0EW4iGgBnWUnTFSodYnX/0bA2DflSq4tvR FiMBXVNcvmmAfKpUlOxoUzIicXnVTNIj00uM0Igl6aWNLdPvWQeDQZ5L3gHUjoPQ2+3C mpqb1TRXv4nbfYlPeRDc10JjPcx7Ta1zBXBQ1+Ft+R+xGNq51UwytTXfhysqRQC4q5Y8 tLqw== X-Gm-Message-State: AE9vXwMCC7lxy9tYMhZc35aE4JTEU/UmuN+HIddINyD0gFotQoqUQzvct6YaU8aJ8E7ws0vqJriSyJ7NbGPAKA== X-Received: by 10.107.48.18 with SMTP id w18mr15901429iow.147.1474041792947; Fri, 16 Sep 2016 09:03:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Fri, 16 Sep 2016 09:03:12 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 16 Sep 2016 17:03:12 +0100 Message-ID: Subject: Re: PATCH: To fix the issue in various node for special character (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Fri, Sep 16, 2016 at 3:22 PM, Murtuza Zabuawala wrote: > Hi, > > PFA minor patch which will fix the issue where user was not able to create > objects if parent schema has special characters in it. > RM#1598 > > Issue: > We had escape special character in labels to prevent XSS Vulnerability in > node browser tree which cause this issue. > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers