]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the "Recent message" section from the bug reports
authorStefan Kangas <stefankangas@gmail.com>
Tue, 18 Aug 2020 18:16:06 +0000 (20:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 18:16:06 +0000 (20:16 +0200)
* lisp/mail/emacsbug.el (report-emacs-bug): Don't include "Recent
messages" since it has privacy implications.  Problem reported by
Lars Ingebrigtsen in:
https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg01099.html
(bug#39185).

etc/NEWS
lisp/mail/emacsbug.el

index c608c612a45895469714a7ea45f9eeb4e79f248e..8085f96740fa360bb1496b7e135c937ac8da0f0c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -815,6 +815,11 @@ window after starting).  This variable defaults to nil.
 
 ** Miscellaneous
 
+---
+*** 'M-x report-emacs-bug' will no longer include "Recent messages" section.
+These were taken from the "*Messages*" buffer, and may inadvertently
+leak information from the reporting user.
+
 ---
 *** 'count-windows' now takes an optional parameter ALL-FRAMES.
 The semantics are as with 'walk-windows'.
index efbc0668553782d505a72fa677ffe073def8f269..6b9e1db5fc6b33c4621435c49b38e3dc1e517dc0 100644 (file)
@@ -324,18 +324,6 @@ usually do not have translators for other languages.\n\n")))
     (let ((os (ignore-errors (report-emacs-bug--os-description))))
       (if (stringp os)
           (insert "System Description: " os "\n\n")))
-    (let ((message-buf (get-buffer "*Messages*")))
-      (if message-buf
-         (let (beg-pos
-               (end-pos message-end-point))
-           (with-current-buffer message-buf
-             (goto-char end-pos)
-             (forward-line -10)
-             (setq beg-pos (point)))
-            (terpri (current-buffer) t)
-           (insert "Recent messages:\n")
-           (insert-buffer-substring message-buf beg-pos end-pos))))
-    (insert "\n")
     (when (and system-configuration-options
               (not (equal system-configuration-options "")))
       (insert "Configured using:\n 'configure "