From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 3d38d1d: Add sqlite3 support to Emacs Date: Tue, 14 Dec 2021 15:38:29 +0200 Message-ID: <838rwnl31m.fsf@gnu.org> References: <20211211035614.15517.53830@vcs0.savannah.gnu.org> <20211211035616.984DD20A0A@vcs0.savannah.gnu.org> <87ee6j4ty4.fsf@yahoo.com> <8735mz4o70.fsf@yahoo.com> <83k0gbr0dm.fsf@gnu.org> <87y24r33bn.fsf@yahoo.com> <87ilvu1ldh.fsf@yahoo.com> <87a6h5tap6.fsf@gnus.org> <87tufbu7jg.fsf@yahoo.com> <87y24nr6nk.fsf@gnus.org> <87lf0ntz0t.fsf@yahoo.com> <87pmpzr3jz.fsf@gnus.org> <87h7bbtukz.fsf@yahoo.com> <87h7bbqy5o.fsf@gnus.org> <83fsqvl48w.fsf@gnu.org> <878rwnqqd9.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6751"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, stefankangas@gmail.com, rms@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 14 14:55:00 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mx8Gi-0001TY-4e for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Dec 2021 14:55:00 +0100 Original-Received: from localhost ([::1]:44704 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mx8Gh-00072U-82 for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Dec 2021 08:54:59 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx80s-0002A3-O9 for emacs-devel@gnu.org; Tue, 14 Dec 2021 08:38:39 -0500 Original-Received: from [2001:470:142:3::e] (port=38816 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx80s-0004gx-ER; Tue, 14 Dec 2021 08:38:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=GHLCWhTKxA23Dxxs8iz033rvimlvTO4w+YSMd2KksL0=; b=OEr9JHa8jBNk 3TWvgN1XSGkAxKME1Yrata9+r+mBLEp5Op6nMbWS/0YyDad4E9N8rGrVQDVxO0LeLNgQ2gyDHJHMn i55/nRvIyR74psEkbjiA0pQpcY3gyVI1gn7XNWDiXjdSUaiP2/R9piuwtGdQnw/QRQYJ12CHv65qn YunreuzmjzU+2Z8YCozSfhyxMz0CnglDPgQA//n4esq4B1BTsum2bgabzKGiv/xJlZEZZdmfiL6Cp anqadWYqTboks+Qda0FAfi0oDc11VZcXavxOnijHUmSr49VhUlNXGWtARMqTVOPfNmkX2afjY2Jdw knRDLK05+pQSOleL1jC08g==; Original-Received: from [87.69.77.57] (port=2212 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx80m-0006I5-SM; Tue, 14 Dec 2021 08:38:33 -0500 In-Reply-To: <878rwnqqd9.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 14 Dec 2021 14:15:46 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281899 Archived-At: > From: Lars Ingebrigtsen > Cc: luangruo@yahoo.com, stefankangas@gmail.com, rms@gnu.org, > emacs-devel@gnu.org > Date: Tue, 14 Dec 2021 14:15:46 +0100 > > Eli Zaretskii writes: > > > What about Andy Moreton's suggestion to disable loading the extensions > > via sqlite3_db_config? It sounds like a good idea, even if it's > > orthogonal to the reason for having a whitelist. > > Do you mean the SQL command for loading extensions? From my reading of > the documentation, it's not enabled by default -- you have to call a C > level function to enable it, and we don't. Then maybe I misunderstood what Andy was saying, or the documentation he pointed to (or both). I'll let Andy respond.