guix/blacklisting/blacklist.xml

73 lines
1.6 KiB
XML
Raw Normal View History

2005-03-02 15:57:35 +00:00
<blacklist>
2005-03-07 14:54:52 +00:00
<!--
2005-03-02 15:57:35 +00:00
<item id='openssl-0.9.7d-obsolete'>
<condition>
<containsSource
hash="sha256:1xf1749gdfw9f50mxa5rsnmwiwrb5mi0kg4siw8a73jykdp2i6ii"
origin="openssl-0.9.7d.tar.gz" />
</condition>
<reason>
Race condition in CRL checking code. Upgrade to 0.9.7e.
</reason>
<severity class="all" level="low" />
</item>
2005-03-07 14:54:52 +00:00
-->
2005-03-02 15:57:35 +00:00
2005-03-07 14:54:52 +00:00
<item id='zlib-1.2.1-security' type='security'>
2005-03-02 15:57:35 +00:00
<condition>
<containsSource
2005-03-07 14:54:52 +00:00
hash="sha256:1xf1749gdfw9f50mxa5rsnmwiwrb5mi0kg4siw8a73jykdp2i6ii"
origin="openssl-0.9.7d.tar.gz" />
<!-- <within>
<traverse>
<not><hasName name='*.tar.*' /></not>
</traverse>
<hasAttr name='md5' value='ef1cb003448b4a53517b8f25adb12452' />
</within> -->
2005-03-02 15:57:35 +00:00
</condition>
<reason>
Zlib 1.2.1 is vulnerable to a denial-of-service condition. See
http://www.kb.cert.org/vuls/id/238678. Upgrade to 1.2.2.
</reason>
<severity class="server" level="critical" />
<severity class="client" level="medium" />
</item>
2005-03-07 14:54:52 +00:00
<!--
2005-03-02 15:57:35 +00:00
<item id='libpng-1.2.7-crash'>
<condition>
<containsName name="libpng" comparison="lte" version="1.2.7" />
</condition>
<reason>
libpng 1.2.7 is vulnerable to a crash bug. See
http://www.libpng.org/pub/png/libpng.html. Upgrade to 1.2.8.
</reason>
<severity class="client" level="low" />
</item>
2005-03-07 14:54:52 +00:00
-->
<!--
<item id='subversion-without-zlib' type='improvement'>
<condition>
<withinOutputClosure>
<not>
<containsName name='zlib' />
</not>
</withinOutputClosure>
</condition>
2005-03-02 15:57:35 +00:00
2005-03-07 14:54:52 +00:00
<reason>
Subversion can be compiled with Zlib compression support, which is a good thing.
</reason>
</item>
-->
2005-03-02 15:57:35 +00:00
</blacklist>