Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 14:24:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203227] vuln.xml incorrectly flagging ruby20 as insecure
Message-ID:  <bug-203227-13-og1ebOOAlt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203227-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203227-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227

--- Comment #8 from Mathieu Arnold <mat@FreeBSD.org> ---
(In reply to terry from comment #6)
> Would it be possible to update the vuln.xml file to use:
> 
> <range><ge>foo</ge><lt>bar</lt></range>
> 
> so that it would only trigger for certain versions of Ruby, regardless of
> what the port was named?

It can be something like:

<package>
  <name>ruby</name>
  <name>ruby20</name>
  <range><ge>2.0.0</ge><lt>2.0.4_12</lt></range>
</package>

or something, yes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203227-13-og1ebOOAlt>