<div class="container">
    <h1>Recommended update for Maven</h1>

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-SU-2025:0719-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2025-02-26T07:26:09Z</td>
        </tr>
        
        <tr>
            <th>Rating:</th>
            <td>moderate</td>
        </tr>
        <tr>
            <th>References:</th>
            <td>
                <ul>
                    
                    
                </ul>
            </td>
        </tr>
        
            <tr>
                <th>
                    Cross-References:
                </th>
                <td>
                    <ul>
                    
                        <li style="display: inline;">
                            <a href="https://www.suse.com/security/cve/CVE-2020-13936.html">CVE-2020-13936</a>
                        </li>
                    
                    </ul>
                </td>
            </tr>
            <tr>
                <th>CVSS scores:</th>
                <td>
                    <ul class="list-group">
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2020-13936</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">8.8</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2020-13936</span>
                                <span class="cvss-source">
                                    (
                                    
                                        NVD
                                    
                                    ):
                                </span>
                                <span class="cvss-score">8.8</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</span>
                            </li>
                        
                    </ul>
                </td>
            </tr>
        
        <tr>
            <th>Affected Products:</th>
            <td>
                <ul class="list-group">
                    
                        <li class="list-group-item">Development Tools Module 15-SP6</li>
                    
                        <li class="list-group-item">openSUSE Leap 15.6</li>
                    
                        <li class="list-group-item">SUSE Enterprise Storage 7.1</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Desktop 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP3</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP3</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Real Time 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP3</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP3 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP4 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP3</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP6</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that solves one vulnerability can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for Maven fixes the following issues:</p>
<p>maven-dependency-analyzer was updated from version 1.13.2 to 1.15.1:</p>
<ul>
<li>Key changes across versions:</li>
<li>Bug fixes and improved support of dynamic types</li>
<li>Dependency upgrades (ASM, Maven core, and notably the removal of commons-io)</li>
<li>Improved error handling by logging instead of failing</li>
<li>Improved dependency usage tracking</li>
</ul>
<p>maven-dependency-plugin was updated from version 3.6.0 to 3.8.1:</p>
<ul>
<li>Key changes across versions:</li>
<li>Dependency upgrades on maven-dependency-analyzer and Doxia</li>
<li>Deprecated dependency:sources in favor of dependency:resolve-sources</li>
<li>Documentation improvements</li>
<li>New dependency analysis goal to check for invalid exclusions</li>
<li>New JSON output option for dependency:tree</li>
<li>Performance improvements</li>
<li>Several bug fixes addressing:<ul>
<li>The handling of silent parameters</li>
<li>The display of the optional flag in the tree</li>
<li>The clarity of some error messages</li>
</ul>
</li>
</ul>
<p>maven-doxia-sitetools was updated from version 1.11.1 to 2.0.0:</p>
<ul>
<li>Key changes across versions:</li>
<li>New features: <ul>
<li>Passing the input filename to the parser</li>
<li>Adding a timezone field to the site descriptor</li>
<li>Configuring parsers per markup</li>
</ul>
</li>
<li>Improvements:<ul>
<li>Clarifying site descriptor properties</li>
<li>Requiring a skin if a site descriptor (site.xml) has been provided</li>
<li>Optimization of resource handling</li>
<li>Overhauled locale support</li>
<li>Refinined menu item display</li>
<li>Use of Maven Resolver for artifact resolution</li>
<li>Enhanced Velocity context population</li>
<li>Automating anchor creation</li>
</ul>
</li>
<li>Internal changes:<ul>
<li>Migration from Plexus to Sisu</li>
<li>Upgraded to Java 8</li>
<li>Removal of deprecated components and features (such as Maven 1.x support, Google-related properties)</li>
<li>Simplified the site model</li>
<li>Improved the DocumentRenderer interface/DocumentRenderingContext class API</li>
</ul>
</li>
<li>Several bug fixes addressing:<ul>
<li>The Plexus to Sisu migration</li>
<li>Decoration model injection</li>
<li>Anchor creation</li>
<li>XML character escaping</li>
<li>Handling of 0-byte site descriptors</li>
</ul>
</li>
</ul>
<p>maven-doxia was updated from version 1.12.0 to 2.0.0:</p>
<ul>
<li>Key changes across versions:</li>
<li>Improved HTML5 Support: <ul>
<li>Obsolete attributes and elements were removed</li>
<li>CSS styles are now used for styling</li>
<li>XHTML5 is now the default HTML implementation, and XHTML(4) is deprecated</li>
</ul>
</li>
<li>Improved Markdown Support: <ul>
<li>A new Markdown sink allows converting content to Markdown. </li>
<li>Support for various Markdown features like blockquotes, footnotes, and metadata has been added</li>
</ul>
</li>
<li>General Improvements:<ul>
<li>Dependencies were updated</li>
<li>Doxia was upgraded to Java 8</li>
<li>Logging and Doxia ID generation were streamlined</li>
<li>Migration from Plexus to Sisu</li>
<li>Removed deprecated modules and code</li>
</ul>
</li>
<li>Several bug fixes addressing:<ul>
<li>HTML5 incorrect output such as tables, styling and missing or improperly handled attributes</li>
<li>Markdown formatting issues</li>
<li>Issues with plexus migration</li>
<li>Incorrect generation of unique IDs</li>
<li>Incorrect anchor generation for document titles</li>
<li>Ignored element classes</li>
</ul>
</li>
</ul>
<p>maven-invoker-plugin was updated from version 3.2.2 to 3.8.1:</p>
<ul>
<li>Key changes across versions:</li>
<li>Commons-lang3 was removed</li>
<li>Custom Maven executables, external POM files, and more CLI options are now supported</li>
<li>Deprecated code was cleaned up</li>
<li>Doxia was updated, improving HTML generation and adding Markdown support</li>
<li>Groovy was updated, adding support for JDK 19</li>
<li>Improved Reporting and Time Handling </li>
<li>Enhanced syntax support for invoker properties and Maven options</li>
<li>Java 8 is now the minimum supported version</li>
<li>Maven 3.6.3 is now the minimum supported version</li>
<li>Several dependencies were updated or removed</li>
<li>Snapshot update behavior can be controlled</li>
<li>Several bug fixes addressing issues with:<ul>
<li>Dependency resolution</li>
<li>Environment variables</li>
<li>File handling</li>
<li>Report generation</li>
<li>Threading</li>
</ul>
</li>
</ul>
<p>maven-invoker was updated from version 3.1.0 to 3.3.0:</p>
<ul>
<li>Key changes across versions:</li>
<li>Added several CLI options. </li>
<li>Added support to disable snapshot updates. </li>
<li>Added test for inherited environment</li>
<li>Custom Maven executables</li>
<li>Deprecated code was removed</li>
<li>External POM files</li>
<li>Fixed issues with builder IDs</li>
<li>Improved timeout handling</li>
<li>Java 8 is now a requirement</li>
<li>Tests were migrated to JUnit 5</li>
</ul>
<p>maven-javadoc-plugin was updated from version 3.6.0 to 3.11.1:</p>
<ul>
<li>Key changes across versions:</li>
<li>Addressed test cleanup and inconsistent default value</li>
<li>Automatic release detection for older JDKs</li>
<li>Clarified documentation</li>
<li>Dependency upgrades of org.codehaus.plexus:plexus-java and Doxia</li>
<li>Deprecated the "old" parameter</li>
<li>Improvements include handling of Java 12+ links, user settings with invoker, and default author value. </li>
<li>Simplified integration tests.</li>
<li>Upgraded maven-plugin parent</li>
<li>Various bug fixes related to: <ul>
<li>Toolchains issues</li>
<li>Empty JAR creation</li>
<li>JDK 10 compatibility</li>
<li>Reactor build failures</li>
<li>Unit test issues</li>
<li>Null pointer exception</li>
<li>Issues with skipped reports</li>
<li>Stale file detection </li>
<li>Log4j dependency dowload</li>
<li>Test repository creation</li>
</ul>
</li>
</ul>
<p>maven-parent was updated from version 40 to 43:</p>
<ul>
<li>Key changes across versions:</li>
<li>Potentially breaking changes:<ul>
<li>Removed dependency on <code>maven-plugin-annotations</code> to better support Maven 4 plugins</li>
<li>Removed <code>checkstyle.violation.ignore</code></li>
</ul>
</li>
<li>Improved Java 21 support</li>
<li>Empty Surefire and PMD reports are now skipped</li>
<li>Disabled annotation processing by compiler</li>
<li>Various code cleanup and project restructuring tasks</li>
</ul>
<p>maven-plugin-tools was updated from version 3.13.0 to 3.15.1:</p>
<ul>
<li>Key changes across versions:</li>
<li>Doxia and Velocity Engine upgrades</li>
<li>New report-no-fork goal &#x27;report-no-fork&#x27; which
    will not invoke process-classes</li>
<li>Deprecation of o.a.m.plugins.annotations.Component</li>
<li>Improved Maven 3 and Maven 4 support</li>
</ul>
<p>maven-reporting-api was updated from version 3.1.1 to 4.0.0:</p>
<ul>
<li>Key changes across versions:</li>
<li>API: Allow MavenReportRenderer.render() and MavenReport.canGenerateReport() to throw exceptions</li>
<li>Require locales to be non-null</li>
<li>Improve the MavenReport interface and AbstractMavenReport class</li>
<li>Removed unused default-report.xml file</li>
</ul>
<p>maven-reporting-implementation was updated from version 3.2.0 to 4.0.0:</p>
<ul>
<li>Key changes across versions include:</li>
<li>Addressed issues with duplicate calls to canGenerateReport()</li>
<li>New features such markup output support, flexible section handling and verbatim source rendering</li>
<li>Numerous improvements to skinning, rendering, parameter handling, timestamp population and logging</li>
<li>Upgrade to Java 8</li>
</ul>
<p>maven-surefire was updated from version 3.2.5 to 3.5.2:</p>
<ul>
<li>Key changes across versions include:</li>
<li>Addressed issues with JUnit5 test reporting, serialization, classpath handling
    and compatibility with newer JDKs.</li>
<li>Refined handling of system properties, commons-io usage, parallel test execution
    and report generation.</li>
<li>Updated Doxia and commons-compress dependencies</li>
<li>Improved documentation, including FAQ fixes</li>
</ul>
<p>plexus-velocity was updated to version 2.1.0:</p>
<ul>
<li>Upgraded Velocity Engine to 2.3</li>
<li>Moved to JUnit5</li>
</ul>
<p>velocity-engine:</p>
<ul>
<li>New package velocity-engine-core implemented at version 2.4</li>
</ul>



    

    <h2>Patch Instructions:</h2>
    <p>
        To install this SUSE  update use the SUSE recommended
        installation methods like YaST online_update or "zypper patch".<br/>

        Alternatively you can run the command listed for your product:
    </p>
    <ul class="list-group">
        
            <li class="list-group-item">
                openSUSE Leap 15.6
                
                    
                        <br/>
                        <code>zypper in -t patch openSUSE-SLE-15.6-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                Development Tools Module 15-SP6
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP6-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP3
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP3 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP4 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP5 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP3
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2025-719=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Enterprise Storage 7.1
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-Storage-7.1-2025-719=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    openSUSE Leap 15.6 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-invoker-plugin-3.8.1-150200.3.6.2</li>
                        
                            <li>maven-plugin-tools-ant-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-surefire-javadoc-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-surefire-provider-junit5-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-parent-43-150200.3.8.2</li>
                        
                            <li>maven-reporting-impl-4.0.0-150200.4.9.12</li>
                        
                            <li>maven-failsafe-plugin-bootstrap-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-plugin-tools-generators-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-surefire-report-parser-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-plugin-tools-beanshell-3.15.1-150200.3.15.12</li>
                        
                            <li>velocity-engine-core-javadoc-2.4-150200.5.3.3</li>
                        
                            <li>maven-plugin-tools-model-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-invoker-plugin-javadoc-3.8.1-150200.3.6.2</li>
                        
                            <li>maven-reporting-impl-javadoc-4.0.0-150200.4.9.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-plugin-tools-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-dependency-analyzer-javadoc-1.15.1-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-plugin-plugin-bootstrap-3.15.1-150200.3.15.2</li>
                        
                            <li>maven-doxia-javadoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>plexus-velocity-javadoc-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-surefire-report-plugin-bootstrap-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-plugin-plugin-3.15.1-150200.3.15.2</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-test-docs-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-script-beanshell-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-surefire-plugin-bootstrap-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-provider-junit5-javadoc-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-dependency-plugin-3.8.1-150200.3.10.2</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-invoker-javadoc-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-plugin-tools-java-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-dependency-analyzer-1.15.1-150200.3.10.3</li>
                        
                            <li>maven-plugin-tools-api-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-plugin-plugin-javadoc-3.15.1-150200.3.15.2</li>
                        
                            <li>maven-surefire-report-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-dependency-plugin-javadoc-3.8.1-150200.3.10.2</li>
                        
                            <li>maven-javadoc-plugin-bootstrap-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-surefire-plugins-javadoc-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-doxia-sitetools-javadoc-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-plugin-tools-javadoc-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-failsafe-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-reporting-api-javadoc-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-script-ant-3.15.1-150200.3.15.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-javadoc-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    Development Tools Module 15-SP6 (noarch)
                    <ul>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP3 LTSS (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP4 LTSS (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP5 LTSS (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP4 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP5 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Enterprise Storage 7.1 (noarch)
                    <ul>
                        
                            <li>maven-doxia-module-apt-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-provider-junit-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-javadoc-plugin-3.11.1-150200.4.21.2</li>
                        
                            <li>maven-plugin-annotations-3.15.1-150200.3.15.12</li>
                        
                            <li>plexus-velocity-2.1.0-150200.3.10.3</li>
                        
                            <li>maven-doxia-module-xdoc-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-surefire-3.5.2-150200.3.9.20.12</li>
                        
                            <li>maven-surefire-plugin-3.5.2-150200.3.9.20.2</li>
                        
                            <li>maven-invoker-3.3.0-150200.3.7.5</li>
                        
                            <li>maven-reporting-api-4.0.0-150200.3.10.12</li>
                        
                            <li>maven-surefire-provider-testng-3.5.2-150200.3.9.20.12</li>
                        
                            <li>velocity-engine-core-2.4-150200.5.3.3</li>
                        
                            <li>maven-doxia-sitetools-2.0.0-150200.3.18.3</li>
                        
                            <li>maven-doxia-module-xhtml5-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-sink-api-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-core-2.0.0-150200.4.18.11</li>
                        
                            <li>maven-doxia-module-fml-2.0.0-150200.4.18.11</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2020-13936.html">https://www.suse.com/security/cve/CVE-2020-13936.html</a>
                    </li>
                
            
        </ul>
    
</div>