You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/20 14:32:54 UTC

[ofbiz-site] branch master updated: Update the developers and security pages for release 18.12.04

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 082cfa9  Update the developers and security pages for release 18.12.04
082cfa9 is described below

commit 082cfa9de5df1a818d55afb8a72334b4de1e1ff7
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Dec 20 15:32:58 2021 +0100

    Update the developers and security pages for release 18.12.04
---
 developers.html                  | 8 ++++----
 security.html                    | 1 +
 template/page/developers.tpl.php | 8 ++++----
 template/page/security.tpl.php   | 1 +
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/developers.html b/developers.html
index bd9502f..9fd8f30 100644
--- a/developers.html
+++ b/developers.html
@@ -167,9 +167,9 @@
       <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></li>
       <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework</code></li>
       <li>You may need to update the tags before: <code>git fetch --all --tags</code></li>
-      <li><code>$ git checkout release18.12.03 </code></li>
+      <li><code>$ git checkout release18.12.04 </code></li>
       <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git ofbiz-plugins</code></li>
-      <li><code>$ git checkout release18.12.03 </code></li>
+      <li><code>$ git checkout release18.12.04 </code></li>
     </ul>
 <p>Or from GitHub:</p>
 <ul class="iconsList">
@@ -177,9 +177,9 @@
   <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework</code></li>
   <li>You may need to update the tags before: <code>git fetch --all --tags</code></li>
-  <li><code>$ git checkout release18.12.03 </code></li>
+  <li><code>$ git checkout release18.12.04 </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://github.com/apache/ofbiz-plugins.git ofbiz-plugins</code></li>
-  <li><code>$ git checkout release18.12.03 </code></li>
+  <li><code>$ git checkout release18.12.04 </code></li>
 </ul>
 
     </div>
diff --git a/security.html b/security.html
index c4a475e..7b8628f 100644
--- a/security.html
+++ b/security.html
@@ -144,6 +144,7 @@
             
             <h3>List of Known Vulnerabilities</h3>
             <ul class="iconsList">
+                <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105" target="external">CVE-2021-45105</a>; affected all releases before 18.12.04; fixed in 18.12.04 with commit <a href="https://github.com/apache/ofbiz-framework/commit/4442c2a" target="external">4442c2a</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228" target="external">CVE-2021-44228</a>; affected all releases before 18.12.03; fixed in 18.12.03 with commit <a href="https://github.com/apache/ofbiz-framework/commit/bccf140" target="external">bccf140</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37608" target="external">CVE-2021-37608</a>; affected all releases before 17.12.08; fixed in 17.12.08 with commit <a href="https://github.com/apache/ofbiz-framework/commit/8d49af4/" target="external">8d49af4</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30128" target="external">CVE-2021-30128</a>; affected all releases before 17.12.07; fixed in 17.12.07 with commits <a href="https://github.com/apache/ofbiz-framework/commit/643b9c7/" target="external">643b9c7</a> <a href="https://github.com/apache/ofbiz-plugins/commit/a343812/" target="external">a343812</a> <a href="https://github.com/apache/ofbiz-framework/commit/62e657f/" target="ext [...]
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index d9daf82..f26f050 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -56,9 +56,9 @@
       <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></li>
       <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework</code></li>
       <li>You may need to update the tags before: <code>git fetch --all --tags</code></li>
-      <li><code>$ git checkout release18.12.03 </code></li>
+      <li><code>$ git checkout release18.12.04 </code></li>
       <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git ofbiz-plugins</code></li>
-      <li><code>$ git checkout release18.12.03 </code></li>
+      <li><code>$ git checkout release18.12.04 </code></li>
     </ul>
 <p>Or from GitHub:</p>
 <ul class="iconsList">
@@ -66,9 +66,9 @@
   <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework</code></li>
   <li>You may need to update the tags before: <code>git fetch --all --tags</code></li>
-  <li><code>$ git checkout release18.12.03 </code></li>
+  <li><code>$ git checkout release18.12.04 </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: <code>$ git clone https://github.com/apache/ofbiz-plugins.git ofbiz-plugins</code></li>
-  <li><code>$ git checkout release18.12.03 </code></li>
+  <li><code>$ git checkout release18.12.04 </code></li>
 </ul>
 
     </div>
diff --git a/template/page/security.tpl.php b/template/page/security.tpl.php
index 68a3e63..532a9f7 100644
--- a/template/page/security.tpl.php
+++ b/template/page/security.tpl.php
@@ -33,6 +33,7 @@
             
             <h3>List of Known Vulnerabilities</h3>
             <ul class="iconsList">
+                <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105" target="external">CVE-2021-45105</a>; affected all releases before 18.12.04; fixed in 18.12.04 with commit <a href="https://github.com/apache/ofbiz-framework/commit/4442c2a" target="external">4442c2a</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228" target="external">CVE-2021-44228</a>; affected all releases before 18.12.03; fixed in 18.12.03 with commit <a href="https://github.com/apache/ofbiz-framework/commit/bccf140" target="external">bccf140</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37608" target="external">CVE-2021-37608</a>; affected all releases before 17.12.08; fixed in 17.12.08 with commit <a href="https://github.com/apache/ofbiz-framework/commit/8d49af4/" target="external">8d49af4</a>
                 <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30128" target="external">CVE-2021-30128</a>; affected all releases before 17.12.07; fixed in 17.12.07 with commits <a href="https://github.com/apache/ofbiz-framework/commit/643b9c7/" target="external">643b9c7</a> <a href="https://github.com/apache/ofbiz-plugins/commit/a343812/" target="external">a343812</a> <a href="https://github.com/apache/ofbiz-framework/commit/62e657f/" target="ext [...]