unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: bug#26109: [PATCH 3/7] gnu: Add dcmtk.
       [not found]       ` <87mvci5ze3.fsf@openmailbox.org>
@ 2017-03-18 17:36         ` John Darrington
  2017-03-21  1:47           ` Kei Kebreau
  2017-03-21  2:13           ` Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: John Darrington @ 2017-03-18 17:36 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: guix-devel, 26109

[CC guix-devel@gnu.org]

So we have to make a choice:

1. Package a released program with a known vulnerability; or
2. Package an unreleased git snapshot.

Which is the lesser evil?

J'

On Sat, Mar 18, 2017 at 12:21:40PM -0400, Kei Kebreau wrote:
> John Darrington <john@darrington.wattle.id.au> writes:
> 
> > On Fri, Mar 17, 2017 at 04:42:59PM -0400, Kei Kebreau wrote:
> >      
> >      Judging from the description of the software, it seems like this could
> >      fit in gnu/packages/image.scm.
> >      Also, the linter says that this package vulnerable to
> >      CVE-2015-8979. Supposedly this* upstream patch fixes it. Could you see
> >      if that fix works for this package?
> >      
> >      * https://github.com/commontk/DCMTK/commit/1b6bb76
> >      
> >
> > Unfortunately this patch doesn't go in.  It seems that as well as fixing this
> > vulnerability it also makes some unrelated changes.  Furthermore, it depends
> > on a whole lot of other patches which are not in this release.
> >
> > Do we have a procedure on what to do in cases like this?
> >
> > J'
> 
> I don't know if we have an official procedure, though we could try using
> a later git snapshot with the security patch already integrated.
> Hopefully that provides functionality compatible to that of the stable
> release, though it's at least a five year difference between release times.
> 
> http://git.cmtk.org/?p=dcmtk.git,a=tags

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug#26109: [PATCH 3/7] gnu: Add dcmtk.
  2017-03-18 17:36         ` bug#26109: [PATCH 3/7] gnu: Add dcmtk John Darrington
@ 2017-03-21  1:47           ` Kei Kebreau
  2017-03-21  2:13           ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2017-03-21  1:47 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel, 26109

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

John Darrington <jmd@gnu.org> writes:

> [CC guix-devel@gnu.org]
>
> So we have to make a choice:
>
> 1. Package a released program with a known vulnerability; or
> 2. Package an unreleased git snapshot.
>
> Which is the lesser evil?

I choose option two. I'm quite uncomfortable with packaging software
that is known to be vulnerable. To me it seems almost malicious if it
can be avoided.

Other opinions?

>
> J'
>
> On Sat, Mar 18, 2017 at 12:21:40PM -0400, Kei Kebreau wrote:
>> John Darrington <john@darrington.wattle.id.au> writes:
>> 
>> > On Fri, Mar 17, 2017 at 04:42:59PM -0400, Kei Kebreau wrote:
>> >      
>> >      Judging from the description of the software, it seems like this could
>> >      fit in gnu/packages/image.scm.
>> >      Also, the linter says that this package vulnerable to
>> >      CVE-2015-8979. Supposedly this* upstream patch fixes it. Could you see
>> >      if that fix works for this package?
>> >      
>> >      * https://github.com/commontk/DCMTK/commit/1b6bb76
>> >      
>> >
>> > Unfortunately this patch doesn't go in.  It seems that as well as fixing this
>> > vulnerability it also makes some unrelated changes.  Furthermore, it depends
>> > on a whole lot of other patches which are not in this release.
>> >
>> > Do we have a procedure on what to do in cases like this?
>> >
>> > J'
>> 
>> I don't know if we have an official procedure, though we could try using
>> a later git snapshot with the security patch already integrated.
>> Hopefully that provides functionality compatible to that of the stable
>> release, though it's at least a five year difference between release times.
>> 
>> http://git.cmtk.org/?p=dcmtk.git,a=tags

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug#26109: [PATCH 3/7] gnu: Add dcmtk.
  2017-03-18 17:36         ` bug#26109: [PATCH 3/7] gnu: Add dcmtk John Darrington
  2017-03-21  1:47           ` Kei Kebreau
@ 2017-03-21  2:13           ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-03-21  2:13 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel, 26109

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

On Sat, Mar 18, 2017 at 01:36:31PM -0400, John Darrington wrote:
> [CC guix-devel@gnu.org]
> 
> So we have to make a choice:
> 
> 1. Package a released program with a known vulnerability; or

Although all non-trivial software contains bugs, many of which can be
exploited, we should not add new packages with known exploitable
vulnerabilities.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-21  2:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1489608324-23632-1-git-send-email-jmd@gnu.org>
     [not found] ` <1489608324-23632-3-git-send-email-jmd@gnu.org>
     [not found]   ` <871stv7hyk.fsf@openmailbox.org>
     [not found]     ` <20170318072335.GA12217@jocasta.intra>
     [not found]       ` <87mvci5ze3.fsf@openmailbox.org>
2017-03-18 17:36         ` bug#26109: [PATCH 3/7] gnu: Add dcmtk John Darrington
2017-03-21  1:47           ` Kei Kebreau
2017-03-21  2:13           ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).