[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2023-02-27 Emacs news
From: |
Pankaj Jangid |
Subject: |
Re: 2023-02-27 Emacs news |
Date: |
Thu, 02 Mar 2023 16:25:02 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Yuri Khan <yuri.v.khan@gmail.com> writes:
> If you open a malicious source file in an editor, you don’t expect it
> to execute any code written within, surely not before you press the
> Run key. If opening a file for editing trashes your home directory,
> it’s a bug and a vulnerability. If opening a file for editing causes
> personal information to be sent outside, it’s a bug and a
> vulnerability.
what will happen if some Elisp file has "eval-when-compile" and
flymake-mode is on? I guess the code will be executed without an
explicit Run keypress.