Merge lp:~paride/byobu/fix-lp-1827202 into lp:byobu

Proposed by Paride Legovini
Status: Merged
Merged at revision: 2614
Proposed branch: lp:~paride/byobu/fix-lp-1827202
Merge into: lp:byobu
Diff against target: 8 lines (+0/-1)
1 file modified
debian/source_byobu.py (+0/-1)
To merge this branch: bzr merge lp:~paride/byobu/fix-lp-1827202
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+366986@code.launchpad.net

Commit message

Do not include the user's .screenrc in the apport generated crash report

Fixes LP: #1827202 (CVE-2019-7306).

To post a comment you must log in.
Revision history for this message
Alex Murray (alexmurray) wrote :

Is there anything blocking this being merged?

Revision history for this message
Paride Legovini (paride) wrote :

This has been merged already (rev2614).

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

;-) Thanks! Indeed, it has been merged and released.

@DustinKirkland

On Wed, Jul 17, 2019 at 7:57 AM Paride Legovini <
<email address hidden>> wrote:

> This has been merged already (rev2614).
> --
> https://code.launchpad.net/~legovini/byobu/fix-lp-1827202/+merge/366986
> You are requested to review the proposed merge of
> lp:~legovini/byobu/fix-lp-1827202 into lp:byobu.
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/source_byobu.py'
2--- debian/source_byobu.py 2016-04-07 22:07:52 +0000
3+++ debian/source_byobu.py 2019-05-06 13:36:31 +0000
4@@ -10,4 +10,3 @@
5 def add_info(report):
6 attach_related_packages(report, ['byobu*', 'screen*'])
7 report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])
8- attach_file_if_exists(report, path.expanduser('~/.screenrc'), 'ScreenRC')

Subscribers

People subscribed via source and target branches