You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/01/31 22:58:16 UTC

[shiro-site] branch asf-site updated: add v1.7.1

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

bmarwell pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f98e956  add v1.7.1
f98e956 is described below

commit f98e9566e770bd3fe5d55705e7e61464551fbd4c
Author: Benjamin Marwell <bm...@gmail.com>
AuthorDate: Sun Jan 31 23:55:51 2021 +0100

    add v1.7.1
---
 download.html         | 432 ++++++++++++++++++++++++++++++++++++++++++++++++--
 security-reports.html |   2 +
 2 files changed, 423 insertions(+), 11 deletions(-)

diff --git a/download.html b/download.html
index 4f97a2c..591c929 100644
--- a/download.html
+++ b/download.html
@@ -287,7 +287,7 @@
 
 <h1><a name="Download-DownloadApacheShiro"></a>Download Apache Shiro</h1>
 
-<p>Apache Shiro 1.7.0 is the current stable release (Java 1.8+ JVM).</p>
+<p>Apache Shiro 1.7.1 is the current stable release (Java 1.8+ JVM).</p>
 
 <p>To download Shiro please follow the instructions below.</p>
 
@@ -303,16 +303,24 @@
 <div>
     <ul>
         <li>
-            <a href="#latest">Latest Stable Release (1.7.0)</a>
+            <a href="#latest">Latest Stable Release (1.7.1)</a>
             <ul>
-                <li><a href="#latestBinary">1.7.0 Binary Distribution</a></li>
-                <li><a href="#latestSource">1.7.0 Source Code Distribution</a></li>
-                <li><a href="#latestGit">1.7.0 Git Source repository</a></li>
+                <li><a href="#latestBinary">1.7.1 Binary Distribution</a></li>
+                <li><a href="#latestSource">1.7.1 Source Code Distribution</a></li>
+                <li><a href="#latestGit">1.7.1 Git Source repository</a></li>
             </ul>
         </li>
 
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.7.x">1.7.0</a></li>
+                <ul>
+                    <li><a href="#1.7.xBinary">1.7.0 Binary Distribution</a></li>
+                    <li><a href="#1.7.xSource">1.7.0 Source Code Distribution</a></li>
+                    <li><a href="#1.7.xGit">1.7.0 Git Source repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.6.x">1.6.0</a></li>
                 <ul>
                     <li><a href="#1.6.xBinary">1.6.0 Binary Distribution</a></li>
@@ -368,9 +376,413 @@
 <h2><a name="latest"></a>Latest Stable Release</h2>
 
 <!-- SHIRO LATEST VERSION -->
-<h3>1.7.0</h3>
+<h3>1.7.1</h3>
+
+<h4><a name="latestBinary"></a>1.7.1 Binary Distribution</h4>
+
+<p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
+
+<p>To download the files directly as one .jar file just click the link in the "Artifact" column. If you would like
+    acquire Shiro through Maven, then please use the markup listed under "Maven Usage"</p>
+
+<p>
+</p>
+
+
+<table style="width: 100%" class="table">
+    <thead>
+    <tr>
+        <th class="col-md-1">Artifact</th>
+        <th class="col-md-3">Maven Usage</th>
+        <th class="col-md-3">Notes</th>
+    </tr>
+    </thead>
+    <tbody>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar">shiro-all</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                                    <b>Not Recommended</b>
+                            </td>
+
+            <td>Includes all binary functionality for Shiro (without dependencies), useful in certain build
+                    environments (e.g. Ant). However, this is <b>NOT</b> recommended in Maven builds as it does not
+                    retain correct dependency metadata, which can lead to Maven working incorrectly. For Maven builds,
+                    it is <b>highly</b> recommended to specify individual modules listed below as you require them.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar">shiro-core</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Required in all environments. <a class="external-link" href="http://slf4j.org/">Slf4j</a>'s
+                     <code>slf4j-api</code> jar and one of its binding jars is required. <code>commons-beanutils</code> is
+                     required only if using INI config.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar">shiro-web</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for web-based applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar">shiro-servlet-plugin</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Servlet Fragment which configures Shiro's servlet filter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar">shiro-jaxrs</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for JAX-RS applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar">shiro-aspectj</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.eclipse.org/aspectj/">AspectJ</a> support for Shiro AOP and Annotations.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar">shiro-cas</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables Jasig <a class='external-link' href='https://wiki.jasig.org/display/CAS/Home'>CAS</a> support.
+                    <div class="alert alert-warning">
+    <span class="glyphicon glyphicon-warning-sign"></span> <strong>NOTE:</strong>
+    <hr class="message-inner-separator">
+    <p>Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href='https://github.com/bujiio/buji-pac4j'>buji-pac4j</a> project.</p>
+</div>
+</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar">shiro-ehcache</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
 
-<h4><a name="latestBinary"></a>1.7.0 Binary Distribution</h4>
+            <td>Enables <a class="external-link" href="http://www.ehcache.org">Ehcache</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar">shiro-hazelcast</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://hazelcast.org">Hazelcast</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml">shiro-features</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>OSGi / <a class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar">shiro-guice</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://github.com/google/guice">Google Guice</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar">shiro-quartz</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.quartz-scheduler.org/">Quartz</a>-based scheduling for Shiro native session validation.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar">shiro-spring</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://spring.io/">Spring Framework</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar">shiro-spring-boot-starter</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar">shiro-spring-boot-web-starter</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.7.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> web starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar">shiro-tools-hasher</a><br/>
+                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.asc">pgp</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.md5">md5</a>,
+                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.sha1">sha1</a>)
+            </td>
+
+            <td>
+                                    <b>Not Relevant</b>
+                            </td>
+
+            <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
+                    Note that this is a command line program and not intended to be used as a Maven/program
+                    dependency. It is intended to be downloaded and executed:
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.7.1-cli.jar</code></pre></td>
+
+        </tr>
+            </tbody>
+</table>
+
+<h4><a name="latestSource"></a>1.7.1 Source Code Distribution</h4>
+
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/1.7.1/shiro-root-1.7.1-source-release.zip">zip</a>
+    (<a class="external-link"
+        href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.asc">pgp</a>, <a
+            class="external-link"
+            href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.sha512">sha512</a>)
+</p>
+
+<h4><a name="latestGit"></a>1.7.1 Git Source repository</h4>
+
+<p>The source can be cloned anonymously from Git with this command:</p>
+<pre><code style="bash">git clone https://github.com/apache/shiro.git
+git checkout shiro-root-1.7.1 -b shiro-root-1.7.1
+</code>
+</pre>
+
+
+<h2><a name="previous"></a>Previous Releases</h2>
+
+<!-- SHIRO 1.7.x VERSION -->
+<h3><a name="1.7.x"></a>1.7.0</h3>
+
+<h4><a name="1.7.xBinary"></a>1.7.0 Binary Distribution</h4>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -749,7 +1161,7 @@
             </tbody>
 </table>
 
-<h4><a name="latestSource"></a>1.7.0 Source Code Distribution</h4>
+<h4><a name="1.7.xSource"></a>1.7.0 Source Code Distribution</h4>
 
 <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
 
@@ -760,7 +1172,7 @@
             href="https://www.apache.org/dist/shiro/1.7.0/shiro-root-1.7.0-source-release.zip.sha512">sha512</a>)
 </p>
 
-<h4><a name="latestGit"></a>1.7.0 Git Source repository</h4>
+<h4><a name="1.7.xGit"></a>1.7.0 Git Source repository</h4>
 
 <p>The source can be cloned anonymously from Git with this command:</p>
 <pre><code style="bash">git clone https://github.com/apache/shiro.git
@@ -769,8 +1181,6 @@ git checkout shiro-root-1.7.0 -b shiro-root-1.7.0
 </pre>
 
 
-<h2><a name="previous"></a>Previous Releases</h2>
-
 <!-- SHIRO 1.6.X VERSION -->
 <h3><a name="1.6.x"></a>1.6.0</h3>
 
diff --git a/security-reports.html b/security-reports.html
index 45d72e2..bc080f8 100644
--- a/security-reports.html
+++ b/security-reports.html
@@ -236,6 +236,8 @@
 </ul>
 <p>A <a href="http://www.apache.org/security/committers.html">more detailed description of the process</a> has been written for committers. Reporters of security vulnerabilities may also find it useful.</p>
 <h2><a href="#apache-shiro-vulnerability-reports" name="apache-shiro-vulnerability-reports">Apache Shiro Vulnerability Reports</a></h2>
+<h3><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17523">CVE-2020-17523</a></h3>
+<p>Apache Shiro before 1.7.1, when using Apache Shiro with Spring, a specially crafted HTTP request may cause an authentication bypass.</p>
 <h3><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17510">CVE-2020-17510</a></h3>
 <p>Apache Shiro before 1.7.0, when using Apache Shiro with Spring, a specially crafted HTTP request may cause an authentication bypass.</p>
 <p>If you are NOT using Shiro&rsquo;s Spring Boot Starter (<code>shiro-spring-boot-web-starter</code>), you must configure add the <a href="/spring-framework.html#SpringFramework-WebConfig"><code>ShiroRequestMappingConfig</code> auto configuration to your application</a> or configure the <a href="https://github.com/apache/shiro/blob/shiro-root-1.7.0/support/spring/src/main/java/org/apache/shiro/spring/web/config/ShiroRequestMappingConfig.java#L28-L30">equivalent manually</a>.</p>