pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file vulnerability.php

Documentation is available at vulnerability.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP Group                                |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen                                               |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('Serious vulnerability in the PEAR installer');
  22. ?>
  23. <h1>Serious vulnerability in the PEAR installer</h1>
  24.  
  25. [November 4, 2005]
  26.  
  27. <div id="news-entry">
  28.  <p>
  29.   On Nov 4, 2005 a <strong>serious vulnerability in the PEAR installer</strong>
  30.   has been discovered and fixed.  One is strongly encouraged to
  31.   upgrade to version 1.4.3.  Details about the issue are
  32.   <a href="/group/docs/20051104-sa.php">available here</a>.
  33.  </p>
  34. </div>
  35.  
  36. <?php
  37. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.