Author: ilgrosso
Date: Tue Apr 15 07:27:27 2014
New Revision: 1587459
URL: http://svn.apache.org/r1587459
Log:
Drafting security advisoris page
Added:
syncope/branches/1_1_X/src/site/xdoc/security.xml (with props)
Modified:
syncope/branches/1_1_X/src/site/site.xml
syncope/branches/1_1_X/src/site/xdoc/release-process.xml
Modified: syncope/branches/1_1_X/src/site/site.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/site.xml?rev=1587459&r1=1587458&r2=1587459&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/site.xml (original)
+++ syncope/branches/1_1_X/src/site/site.xml Tue Apr 15 07:27:27 2014
@@ -65,6 +65,7 @@ under the License.
<item name="Features" href="features.html"/>
<item name="Architecture" href="architecture.html"/>
<item name="Downloads" href="downloads.html"/>
+ <item name="Security Advisories" href="security.html"/>
<item name="API Docs" href="apidocs/1.1/index.html">
<item name="Javadocs 1.1" href="apidocs/1.1/index.html"/>
<item name="Javadocs 1.0" href="apidocs/1.0/index.html"/>
Modified: syncope/branches/1_1_X/src/site/xdoc/release-process.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/release-process.xml?rev=1587459&r1=1587458&r2=1587459&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/release-process.xml Tue Apr 15
07:27:27 2014
@@ -233,7 +233,7 @@ svn checkout https://svn.apache.org/repo
cd syncope-<version>
mvn clean install
-mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to
../site/<version>>
+mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to
../site/<version>
cd ../site/<version>
rm -rf syncope-console syncope-client syncope-archetype syncope-core
syncope-build-tools syncope-common syncope-standalone project-reports.html
apidocs/1.html
@@ -250,7 +250,7 @@ svn checkout https://svn.apache.org/repo
cd syncope-<version>
mvn clean install
-mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///<absolute path
to ../site/<version>>
+mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///<absolute path
to ../site/<version>
cd ../site/<version>
rm -rf images css syncope-console syncope-client syncope-archetype
syncope-core syncope-build-tools syncope-hibernate-enhancer syncope-quality
project-reports.html apidocs/1.html
@@ -259,7 +259,7 @@ cd ../..
svn checkout https://svn.apache.org/repos/asf/syncope/branches/1_1_X
syncope-1_1_X
cd syncope-1_1_X
-mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to
../site/<version>>
+mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to
../site/<version>
cd ../site/<version>
rm -rf syncope-console syncope-client syncope-archetype syncope-core
syncope-build-tools syncope-common syncope-standalone project-reports.html
apidocs/1.html apidocs/1.1
Added: syncope/branches/1_1_X/src/site/xdoc/security.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/security.xml?rev=1587459&view=auto
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/security.xml (added)
+++ syncope/branches/1_1_X/src/site/xdoc/security.xml Tue Apr 15 07:27:27 2014
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you 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 Advisories</title>
+ <author email="[email protected]">Apache Syncope Documentation
Team</author>
+ </properties>
+
+ <body>
+
+ <section name="Security Advisories">
+ <p>This page lists all security vulnerabilities fixed in released
versions of Apache Syncope.</p>
+ <p>Please note that binary patches are never provided. If you need to
apply a source code patch, use the <a href="building.html">building
instructions</a> or <a
href="https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project">re-generate
your Maven project</a> from published archetype.</p>
+
+ <p>If you want to report a vulnerability, please follow <a
href="http://www.apache.org/security/">the procedure</a>.</p>
+
+ <subsection name="CVE-2014-0111: Remote code execution by an
authenticated administrator">
+ <p>In the various places in which Apache Commons JEXL expressions are
allowed (derived schema definition, user / role templates, account links of
resource mappings) a malicious administrator can inject Java code that can be
executed remotely by the JEE container running the Apache Syncope core.</p>
+
+
+ <p><b>Affects</b></p>
+ <p>
+ <ul>
+ <li>Releases 1.0.0 to 1.0.8</li>
+ <li>Releases 1.1.0 to 1.1.6</li>
+ </ul>
+ </p>
+
+ <p><b>Fixed in</b></p>
+ <p>
+ <ul>
+ <li>Revisions <a
href="http://svn.apache.org/viewvc?view=revision&revision=r1586349">1586349</a>
/ <a
href="http://svn.apache.org/viewvc?view=revision&revision=r1586317">1586317</a></li>
+ <li>Releases 1.0.9 / 1.1.7</li>
+ </ul>
+ </p>
+
+ <p>Read the <a
href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0111">full CVE
advisory</a>.</p>
+ </subsection>
+ </section>
+
+ </body>
+</document>
Propchange: syncope/branches/1_1_X/src/site/xdoc/security.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: syncope/branches/1_1_X/src/site/xdoc/security.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: syncope/branches/1_1_X/src/site/xdoc/security.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml