You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/02/19 15:24:40 UTC

svn commit: r898516 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/security/ content/security/index.html content/security/tomee-1-6.html

Author: buildbot
Date: Wed Feb 19 14:24:40 2014
New Revision: 898516

Log:
Staging update by buildbot for tomee

Added:
    websites/staging/tomee/trunk/content/security/
    websites/staging/tomee/trunk/content/security/index.html
    websites/staging/tomee/trunk/content/security/tomee-1-6.html
Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 19 14:24:40 2014
@@ -1 +1 @@
-1569693
+1569748

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 19 14:24:40 2014
@@ -1 +1 @@
-1569693
+1569748

Added: websites/staging/tomee/trunk/content/security/index.html
==============================================================================
--- websites/staging/tomee/trunk/content/security/index.html (added)
+++ websites/staging/tomee/trunk/content/security/index.html Wed Feb 19 14:24:40 2014
@@ -0,0 +1,262 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title>Security alerts
</title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="./../resources/css/bootstrap.css" rel="stylesheet">
+    <link href="./../resources/css/prettify.css" rel="stylesheet">
+    <link href="./../resources/css/bootstrap-mods.css" rel="stylesheet">
+    <link href="./../resources/css/main.css" rel="stylesheet">
+
+    <script type="text/javascript">
+      function fbshare () {
+          window.open(
+                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
+                  'Share on Facebook',
+                  'width=640,height=426');
+      };
+      function gpshare () {
+          window.open(
+                  "https://plus.google.com/share?url="+document.URL,
+                  'Share on Google+',
+                  'width=584,height=385');
+      };
+      function twshare () {
+          window.open(
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Security alerts
",
+                  'Share on Twitter',
+                  'width=800,height=526');
+      };
+    </script>
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="./../resources/images/favicon.ico">
+    <link rel="apple-touch-icon" href="./../resources/images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="./../resources/images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="./../resources/images/apple-touch-icon-114x114.png">
+
+    <script src="./../resources/js/prettify.js" type="text/javascript"></script>
+    <script src="./../resources/js/jquery-latest.js"></script>
+    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+    <script src="./../resources/js/common.js"></script>
+    <script src="./../resources/js/prettyprint.js"></script>
+
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setDomainName', 'apache.org']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+  </head>
+
+  <body>
+
+    <div class="topbar" data-dropdown="dropdown">
+      <div class="fill">
+        <div class="container">
+          <a class="brand" href="./../index.html">Apache TomEE</a>
+          <ul class="nav">
+              <li class="dropdown">
+                  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+                  Apache
+                      <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <!-- <li><a href="./../misc/whoweare.html">Who we are?</a></li> -->
+                     <!-- <li><a href="./../misc/heritage.html">Heritage</a></li> -->
+                     <li><a href="http://www.apache.org">Apache Home</a></li>
+                     <!-- <li><a href="./../misc/resources.html">Resources</a></li> -->
+                     <li><a href="./../misc/contact.html">Contact</a></li>
+                     <li><a href="./../misc/legal.html">Legal</a></li>
+                     <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                     <li class="divider"/>
+                     <li><a href="http://www.apache.org/security">Security</a></li>
+                  </ul>
+              </li>
+              <li><a href="./../index.html">Home</a></li>
+              <li><a href="./../downloads.html">Downloads</a></li>
+              <li><a href="./../documentation.html">Documentation</a></li>
+              <li><a href="./../examples-trunk/index.html">Examples</a></li>
+              <li><a href="./../support.html">Support</a></li>
+              <!-- Do not uncomment until the discussion occurs on the list and we agree (or not)
+              on the overall process. This set of pages is only a discussion support
+              <li><a href="./../security/index.html">Security</a></li>
+              -->
+          </ul>
+
+            <!-- Google CSE Search Box Begins  -->
+            <FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
+                <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
+                <INPUT type="hidden" name="cof" value="FORID:0">
+                <INPUT name="q" type="text" placeholder="Search">
+            </FORM>
+            <!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
+            <!-- Google CSE Search Box Ends -->
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+    
+
+<div class="page-header">
+    <small><a href="./../index.html">Home</a>&nbsp;&raquo&nbsp;<a href="./../security/">Security</a></small><br>
+    <h1>Security alerts
+
+        <div style="float: right; position: relative; bottom: -10px; ">
+            <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
+            <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
+            <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
+            <a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a>
+        </div>
+    </h1>
+</div>
+
+<h2>Security updates</h2>
+
+<h3>Apache TomEE</h3>
+
+<p>Please note that, except in rare circumstances, binary patches are not produced for individual vulnerabilities.
+To obtain the binary fix for a particular vulnerability you should upgrade to an Apache TomEE version where that
+vulnerability has been fixed.</p>
+
+<p>Source patches, usually in the form of references to SVN commits, may be provided in either in a vulnerability
+announcement and/or the vulnerability details listed on these pages. These source patches may be used by users
+wishing to build their own local version of TomEE with just that security patch rather than upgrade.</p>
+
+<p>Lists of security problems fixed in released versions of Apache TomEE are available:
+ * <a href="security/tomee-1-5.html">Apache TomEE 1.5 Security Vulnerabilities</a>
+ * <a href="security/tomee-1-6.html">Apache TomEE 1.6 Security Vulnerabilities</a></p>
+
+<h2>Reporting New Security Problems with Apache TomEE</h2>
+
+<p>The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service
+attacks against Apache projects.</p>
+
+<p>We strongly encourage folks to report such problems to the <a href="http://www.apache.org/security">private security mailing list first</a>,
+before disclosing them in a public forum.</p>
+
+<p>Please note that the security mailing list should only be used for reporting undisclosed security
+vulnerabilities in Apache projects and managing the process of fixing such vulnerabilities.
+We cannot accept regular bug reports or other queries at this address. All mail sent to this address that
+does not relate to an undisclosed security problem will be ignored.</p>
+
+<p>If you need to report a bug that isn't an undisclosed security vulnerability,
+please use the <a href="https://issues.apache.org/jira/browse/TOMEE">bug reporting system</a>.</p>
+
+<p>Questions about:</p>
+
+<ul>
+<li>how to configure TomEE securely</li>
+<li>if a vulnerability applies to your particular application</li>
+<li>obtaining further information on a published vulnerability</li>
+<li>availability of patches and/or new releases</li>
+</ul>
+
+<p>should be addressed to the <a href="support.html">users mailing list</a>.</p>
+
+<p>The private security mailing address is: security (at) apache (dot) org</p>
+
+<p>Note that all networked servers are subject to denial of service attacks, and we cannot promise magic workarounds
+to generic problems (such as a client streaming lots of data to your server, or re-requesting the same URL repeatedly).
+In general our philosophy is to avoid any attacks which can cause the server to consume resources in a
+non-linear relationship to the size of inputs.</p>
+
+<h2>Third-party projects</h2>
+
+<p>Apache TomEE depends on a lot of other Apache products like Apache Tomcat, Apache OpenJPA, to name a few. The TomEE
+team will also gather all sub projects security issues (CVE) and list them all on our pages. So that you can check which
+TomEE version will get the security fix into account.</p>
+
+<p>By default any regular TomEE releases uses latest sub project releases, so that we can follow all security fixes
+as much as possible.</p>
+
+<h2>Apache TomEE versionning details</h2>
+
+<p>As security is a key concern in many companies, TomEE team also considers to deliver specific security fixes for thoses
+external projects being fixed. For instance, if Tomcat fixes a security issue in Tomcat x.y.z, used in TomEE a.b.c,
+we will consider packaging a new security update release using the new Tomcat release.</p>
+
+<p>In order to achieve a smoothly migration patch between a TomEE version and a security update, the TomEE team has decided
+to adopt the following versionning <em>major</em>.<em>minor</em>.<em>patch</em>[.<em>security</em>]</p>
+
+<ul>
+<li>major ([0-9]+)</li>
+<li>minor ([0-9]+)</li>
+<li>patch ([0-9]+)</li>
+<li>security update (su[0-9]+)?</li>
+</ul>
+
+<h2>Additional information</h2>
+
+<h3>Secunia</h3>
+
+<h3>Links</h3>
+
+<ul>
+<li><a href="http://apache.org/security/">http://apache.org/security/</a></li>
+<li><a href="http://apache.org/security/projects.html">http://apache.org/security/projects.html</a></li>
+<li><a href="http://apache.org/security/committers.html">http://apache.org/security/committers.html</a></li>
+</ul>
+
+
+
+
+        <div id="edit" class="modal hide fade in" style="display: none; ">
+            <div class="modal-header">
+                <a class="close" data-dismiss="modal">x</a>
+
+                <h3>Thank you for contributing to the documentation!</h3>
+            </div>
+            <div class="modal-body">
+                <h4>Any help with the documentation is greatly appreciated.</h4>
+                <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links.  If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it.  Don't be surprised if we like it so much we ask you for help with other pages :)</p>
+                <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
+                <!--[if gt IE 6]>
+                <h4>Internet Explorer Users</h4>
+                <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
+                <![endif]-->
+
+            </div>
+            <div class="modal-footer">
+                Do you have an Apache ID?
+                <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
+                <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
+            </div>
+        </div>
+        <script src="./../resources/js/bootstrap-modal.js"></script>
+
+        <footer>
+            <p>Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+                Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation.
+                All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+        </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./../resources/js/bootstrap-dropdown.js"></script>
+
+  </body>
+</html>

Added: websites/staging/tomee/trunk/content/security/tomee-1-6.html
==============================================================================
--- websites/staging/tomee/trunk/content/security/tomee-1-6.html (added)
+++ websites/staging/tomee/trunk/content/security/tomee-1-6.html Wed Feb 19 14:24:40 2014
@@ -0,0 +1,209 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title>Apache TomEE 1.x
</title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="./../resources/css/bootstrap.css" rel="stylesheet">
+    <link href="./../resources/css/prettify.css" rel="stylesheet">
+    <link href="./../resources/css/bootstrap-mods.css" rel="stylesheet">
+    <link href="./../resources/css/main.css" rel="stylesheet">
+
+    <script type="text/javascript">
+      function fbshare () {
+          window.open(
+                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
+                  'Share on Facebook',
+                  'width=640,height=426');
+      };
+      function gpshare () {
+          window.open(
+                  "https://plus.google.com/share?url="+document.URL,
+                  'Share on Google+',
+                  'width=584,height=385');
+      };
+      function twshare () {
+          window.open(
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Apache TomEE 1.x
",
+                  'Share on Twitter',
+                  'width=800,height=526');
+      };
+    </script>
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="./../resources/images/favicon.ico">
+    <link rel="apple-touch-icon" href="./../resources/images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="./../resources/images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="./../resources/images/apple-touch-icon-114x114.png">
+
+    <script src="./../resources/js/prettify.js" type="text/javascript"></script>
+    <script src="./../resources/js/jquery-latest.js"></script>
+    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+    <script src="./../resources/js/common.js"></script>
+    <script src="./../resources/js/prettyprint.js"></script>
+
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setDomainName', 'apache.org']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+  </head>
+
+  <body>
+
+    <div class="topbar" data-dropdown="dropdown">
+      <div class="fill">
+        <div class="container">
+          <a class="brand" href="./../index.html">Apache TomEE</a>
+          <ul class="nav">
+              <li class="dropdown">
+                  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+                  Apache
+                      <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <!-- <li><a href="./../misc/whoweare.html">Who we are?</a></li> -->
+                     <!-- <li><a href="./../misc/heritage.html">Heritage</a></li> -->
+                     <li><a href="http://www.apache.org">Apache Home</a></li>
+                     <!-- <li><a href="./../misc/resources.html">Resources</a></li> -->
+                     <li><a href="./../misc/contact.html">Contact</a></li>
+                     <li><a href="./../misc/legal.html">Legal</a></li>
+                     <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                     <li class="divider"/>
+                     <li><a href="http://www.apache.org/security">Security</a></li>
+                  </ul>
+              </li>
+              <li><a href="./../index.html">Home</a></li>
+              <li><a href="./../downloads.html">Downloads</a></li>
+              <li><a href="./../documentation.html">Documentation</a></li>
+              <li><a href="./../examples-trunk/index.html">Examples</a></li>
+              <li><a href="./../support.html">Support</a></li>
+              <!-- Do not uncomment until the discussion occurs on the list and we agree (or not)
+              on the overall process. This set of pages is only a discussion support
+              <li><a href="./../security/index.html">Security</a></li>
+              -->
+          </ul>
+
+            <!-- Google CSE Search Box Begins  -->
+            <FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
+                <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
+                <INPUT type="hidden" name="cof" value="FORID:0">
+                <INPUT name="q" type="text" placeholder="Search">
+            </FORM>
+            <!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
+            <!-- Google CSE Search Box Ends -->
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+    
+
+<div class="page-header">
+    <small><a href="./../index.html">Home</a>&nbsp;&raquo&nbsp;<a href="./../security/">Security</a></small><br>
+    <h1>Apache TomEE 1.x
+
+        <div style="float: right; position: relative; bottom: -10px; ">
+            <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
+            <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
+            <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
+            <a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a>
+        </div>
+    </h1>
+</div>
+
+<h2>Apache TomEE 1.x vulnerabilities</h2>
+
+<p>This page lists all security vulnerabilities fixed in maintenance releases or interim builds of Apache TomEE 1.x.
+Each vulnerability is given a security impact rating by either the Apache TomEE team or by the dependent project
+supplying the fix - please note that this rating is not uniform and will vary from project to project. We also list
+the versions of Apache TomEE the flaw is known to affect, and where a flaw has not been verified list the
+version with a question mark.</p>
+
+<p>Note: Vulnerabilities that are not TomEE vulnerabilities but have either been incorrectly reported against
+TomEE or where TomEE provides a workaround are listed bellow in the section "Not a vulnerability".</p>
+
+<p>Please note that binary patches are never provided. If you need to apply a source code patch, use the building
+instructions for the Apache TomEE version that you are using. For TomEE 1.0 those
+are <a href="dev/building-tomee-1.html">Building TomEE 1.x</a>.</p>
+
+<p>If you need help on building or configuring TomEE or other help on following the instructions to mitigate the
+known vulnerabilities listed here, please send your questions to the public <a href="support.html">Users mailing list</a></p>
+
+<p>If you have encountered an unlisted security vulnerability or other unexpected behaviour that has security impact,
+or if the descriptions here are incomplete, please report them privately to
+the <a href="http://www.apache.org/security">Apache Security Team</a>. Thank you.</p>
+
+<h2>Fixed in Apache TomEE xxx</h2>
+
+<p><em>No CVE has been opened to be fixed on current Apache TomEE project sources.</em></p>
+
+<h2>Fixed in Third-party</h2>
+
+<p>TODO
+Tomcat and CVE available in 7.0.52 --> TomEE 1.6.0.su1, TomEE 1.5.2.su1
+Check CXF as well</p>
+
+<h2>Not a vulnerability</h2>
+
+
+
+
+        <div id="edit" class="modal hide fade in" style="display: none; ">
+            <div class="modal-header">
+                <a class="close" data-dismiss="modal">x</a>
+
+                <h3>Thank you for contributing to the documentation!</h3>
+            </div>
+            <div class="modal-body">
+                <h4>Any help with the documentation is greatly appreciated.</h4>
+                <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links.  If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it.  Don't be surprised if we like it so much we ask you for help with other pages :)</p>
+                <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
+                <!--[if gt IE 6]>
+                <h4>Internet Explorer Users</h4>
+                <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
+                <![endif]-->
+
+            </div>
+            <div class="modal-footer">
+                Do you have an Apache ID?
+                <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
+                <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
+            </div>
+        </div>
+        <script src="./../resources/js/bootstrap-modal.js"></script>
+
+        <footer>
+            <p>Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+                Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation.
+                All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+        </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./../resources/js/bootstrap-dropdown.js"></script>
+
+  </body>
+</html>