[Bug 203227] vuln.xml incorrectly flagging ruby20 as insecure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 23 14:24:01 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227
--- Comment #8 from Mathieu Arnold <mat at 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.
More information about the freebsd-ports-bugs
mailing list