the following security vulnerabilities. For more information regarding these issues please see: http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories 1. Cache incorrectly allows ncache and rrsig for the same type http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3613 Affects resolver operators whose servers are open to potential attackers. Triggering the bug will cause the server to crash. This bug applies even if you do not have DNSSEC enabled. 2. Key algorithm rollover http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3614 Affects resolver operators who are validating with DNSSEC, and querying zones which are in a key rollover period. The bug will cause answers to incorrectly be marked as insecure.
61 lines
1.6 KiB
CSS
61 lines
1.6 KiB
CSS
/*
|
|
* Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
* PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
/* $Id: release-notes.css,v 1.1.4.3 2010/11/29 01:16:39 tbox Exp $ */
|
|
|
|
body {
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
font-family: "Helvetica Neue", "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
margin: 2em auto;
|
|
width: 700px;
|
|
}
|
|
|
|
.command {
|
|
font-family: "Courier New", "Courier", monospace;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.note {
|
|
background-color: #ddeedd;
|
|
border: 1px solid #aaccaa;
|
|
margin: 1em 0 1em 0;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.screen {
|
|
background-color: #ffffee;
|
|
border: 1px solid #ddddaa;
|
|
padding: 0.25em 1em 0.25em 1em;
|
|
margin: 1em 0 1em 0;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.section.title {
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.section.section.title {
|
|
font-size: 130%;
|
|
font-weight: bold;
|
|
}
|