diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-02T15·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-02T15·57+0000 |
commit | 0107fba48e9466855af2ed8fc84edfec2e0de1ee (patch) | |
tree | de209130269b0c62935714cedc6e03a5f9e8b480 /blacklisting | |
parent | 07b4399fb6f04d0cae58b8cf0a13efeeaf9d590b (diff) |
* Concept for a simple blacklist.
Diffstat (limited to 'blacklisting')
-rw-r--r-- | blacklisting/blacklist.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/blacklisting/blacklist.xml b/blacklisting/blacklist.xml new file mode 100644 index 000000000000..7c8c61733fb8 --- /dev/null +++ b/blacklisting/blacklist.xml @@ -0,0 +1,48 @@ +<blacklist> + + +<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> + + +<item id='zlib-1.2.1-security'> + <condition> + <or> + <containsSource + hash="sha256:0yp7z8ask4b8m2ia253apnnxdk0z0zrs70yr079m2rjd4297chgv" + origin="zlib-1.2.1.tar.gz" /> + <containsOutput + name="/nix/store/gxbdsvlwz6ixin94jhdw7rwdbb5mxxq3-zlib-1.2.1" /> + </or> + </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> + + +<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> + + +</blacklist> |