From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kG8JGnY2wV+/AgAA0tVLHw (envelope-from ) for ; Fri, 27 Nov 2020 17:25:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AGHUFXY2wV8FUwAAB5/wlQ (envelope-from ) for ; Fri, 27 Nov 2020 17:25:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EB6629404FF for ; Fri, 27 Nov 2020 17:25:09 +0000 (UTC) Received: from localhost ([::1]:46828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kihUa-0001al-OL for larch@yhetil.org; Fri, 27 Nov 2020 12:25:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kihPt-0007Uh-FB for emacs-orgmode@gnu.org; Fri, 27 Nov 2020 12:20:17 -0500 Received: from static.rcdrun.com ([95.85.24.50]:42003) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kihPo-0002Fa-D4 for emacs-orgmode@gnu.org; Fri, 27 Nov 2020 12:20:14 -0500 Received: from localhost ([::ffff:197.157.0.29]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0007.000000005FC13549.000023AB; Fri, 27 Nov 2020 17:20:09 +0000 Date: Fri, 27 Nov 2020 20:16:36 +0300 From: Jean Louis To: Maxim Nikulin Subject: Re: Thoughts on the standardization of Org Message-ID: References: <877dqujj9t.fsf@gmail.com> <193258.1604981615@apollo2.minshall.org> <87y2j8x2tq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.rcdrun.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.77 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-TUID: SQ4fYyDVfLK6 * Maxim Nikulin [2020-11-27 19:51]: > 2020-11-11 Jean Louis wrote: > > > > Do you know how to disable control sequences? > > It is neither directly related to `cat -v` nor specific to org, but still a > notable demonstration that inaccurate treatment of text to be inserted into > a terminal could do some dangerous things due to hidden control characters > (e.g. escape from emacs to shell and execute something weird): > > https://security.stackexchange.com/questions/39118/how-can-i-protect-myself-from-this-kind-of-clipboard-abuse I have read the article, thank you. Valid points.