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 967af28  Improved: fixes 2 links
967af28 is described below

commit 967af28f37fadf8d05fae2777810b1c07ca83654
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Aug 28 10:35:47 2024 +0200

    Improved: fixes 2 links
---
 security.html                  | 4 ++--
 template/page/security.tpl.php | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security.html b/security.html
index 7526b47..bd85572 100644
--- a/security.html
+++ b/security.html
@@ -134,8 +134,8 @@
             <p>
             To clarify the vocabulary used above here are 2 links:
             <ul class="iconsList">
-                <li><i class="icon-pin"></i><a 
href="www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them">pre-authN
 vs post-authN</a></li>
-                <li><i class="icon-pin"></i><a 
href="cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms">authN 
vs authZ</a></li>
+                <li><i class="icon-pin"></i><a 
href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them
 target="external">pre-authN vs post-authN</a></li>
+                <li><i class="icon-pin"></i><a 
href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms 
target="external">authN vs authZ</a></li>
             </ul>
             </p>
 
diff --git a/template/page/security.tpl.php b/template/page/security.tpl.php
index 45e88a5..58ee9de 100644
--- a/template/page/security.tpl.php
+++ b/template/page/security.tpl.php
@@ -35,8 +35,8 @@
             <p>
             To clarify the vocabulary used above here are 2 links:
             <ul class="iconsList">
-                <li><i class="icon-pin"></i><a 
href="www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them">pre-authN
 vs post-authN</a></li>
-                <li><i class="icon-pin"></i><a 
href="cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms">authN 
vs authZ</a></li>
+                <li><i class="icon-pin"></i><a 
href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them
 target="external">pre-authN vs post-authN</a></li>
+                <li><i class="icon-pin"></i><a 
href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms 
target="external">authN vs authZ</a></li>
             </ul>
             </p>
 

Reply via email to