You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2016/03/09 15:09:52 UTC

svn commit: r1734242 - in /openmeetings/application: branches/3.1.x/ branches/3.1.x/openmeetings-server/src/site/ branches/3.1.x/openmeetings-server/src/site/xdoc/ trunk/ trunk/openmeetings-server/src/site/ trunk/openmeetings-server/src/site/xdoc/

Author: solomax
Date: Wed Mar  9 14:09:52 2016
New Revision: 1734242

URL: http://svn.apache.org/viewvc?rev=1734242&view=rev
Log:
Security page is added to the site

Added:
    openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/security.xml
    openmeetings/application/trunk/openmeetings-server/src/site/xdoc/security.xml
Modified:
    openmeetings/application/branches/3.1.x/openmeetings-server/src/site/site.xml
    openmeetings/application/branches/3.1.x/pom.xml
    openmeetings/application/trunk/openmeetings-server/src/site/site.xml
    openmeetings/application/trunk/pom.xml

Modified: openmeetings/application/branches/3.1.x/openmeetings-server/src/site/site.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/site.xml?rev=1734242&r1=1734241&r2=1734242&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-server/src/site/site.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-server/src/site/site.xml Wed Mar  9 14:09:52 2016
@@ -26,6 +26,7 @@
 				<item name="Downloads" href="/downloads.html"/>
 				<item name="Call For Logo" href="/CallForLogo.html"/>
 				<item name="News archive" href="/NewsArchive.html"/>
+				<item name="Security" href="/security.html"/>
 				<item name="Commercial Support" href="/commercial-support.html"/>
 			</item>
 			<item name="Installation and Upgrade" href="#installation">

Added: openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/security.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/security.xml?rev=1734242&view=auto
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/security.xml (added)
+++ openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/security.xml Wed Mar  9 14:09:52 2016
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ -->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Security Vulnerabilities</title>
+		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
+	</properties>
+
+	<body>
+		<section name="Security Vulnerabilities">
+			<p>Please note that binary patches are not produced for individual vulnerabilities. To obtain the 
+				binary fix for a particular vulnerability you should upgrade to an Apache OpenMeetings version 
+				where that vulnerability has been fixed.<br/>
+				<br/>
+				For more information about reporting vulnerabilities, see the 
+				<a href="https://www.apache.org/security/">Apache Security Team</a> page.
+			</p>
+		</section>
+		<section name="Reporting New Security Problems">
+			<p>
+				Please report any security errors to security@openmeetings.apache.org<br/>
+				<br/>
+				Please NOTE: only security issues should be reported to this list.
+			</p>
+		</section>
+	</body>
+</document>

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1734242&r1=1734241&r2=1734242&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Wed Mar  9 14:09:52 2016
@@ -359,6 +359,10 @@
 			<unsubscribe>commits-unsubscribe@openmeetings.apache.org</unsubscribe>
 			<archive>http://mail-archives.apache.org/mod_mbox/openmeetings-commits/</archive>
 		</mailingList>
+		<mailingList>
+			<name>Security List</name>
+			<post>security@openmeetings.apache.org</post>
+		</mailingList>
 	</mailingLists>
 	<repositories>
 		<repository>

Modified: openmeetings/application/trunk/openmeetings-server/src/site/site.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/site.xml?rev=1734242&r1=1734241&r2=1734242&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-server/src/site/site.xml (original)
+++ openmeetings/application/trunk/openmeetings-server/src/site/site.xml Wed Mar  9 14:09:52 2016
@@ -26,6 +26,7 @@
 				<item name="Downloads" href="/downloads.html"/>
 				<item name="Call For Logo" href="/CallForLogo.html"/>
 				<item name="News archive" href="/NewsArchive.html"/>
+				<item name="Security" href="/security.html"/>
 				<item name="Commercial Support" href="/commercial-support.html"/>
 			</item>
 			<item name="Installation and Upgrade" href="#installation">

Added: openmeetings/application/trunk/openmeetings-server/src/site/xdoc/security.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/security.xml?rev=1734242&view=auto
==============================================================================
--- openmeetings/application/trunk/openmeetings-server/src/site/xdoc/security.xml (added)
+++ openmeetings/application/trunk/openmeetings-server/src/site/xdoc/security.xml Wed Mar  9 14:09:52 2016
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ -->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Security Vulnerabilities</title>
+		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
+	</properties>
+
+	<body>
+		<section name="Security Vulnerabilities">
+			<p>Please note that binary patches are not produced for individual vulnerabilities. To obtain the 
+				binary fix for a particular vulnerability you should upgrade to an Apache OpenMeetings version 
+				where that vulnerability has been fixed.<br/>
+				<br/>
+				For more information about reporting vulnerabilities, see the 
+				<a href="https://www.apache.org/security/">Apache Security Team</a> page.
+			</p>
+		</section>
+		<section name="Reporting New Security Problems">
+			<p>
+				Please report any security errors to security@openmeetings.apache.org<br/>
+				<br/>
+				Please NOTE: only security issues should be reported to this list.
+			</p>
+		</section>
+	</body>
+</document>

Modified: openmeetings/application/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1734242&r1=1734241&r2=1734242&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Wed Mar  9 14:09:52 2016
@@ -359,6 +359,10 @@
 			<unsubscribe>commits-unsubscribe@openmeetings.apache.org</unsubscribe>
 			<archive>http://mail-archives.apache.org/mod_mbox/openmeetings-commits/</archive>
 		</mailingList>
+		<mailingList>
+			<name>Security List</name>
+			<post>security@openmeetings.apache.org</post>
+		</mailingList>
 	</mailingLists>
 	<repositories>
 		<repository>