[ofbiz-tools] branch master updated: dependency-check is in wiki attic now, better remove it here also

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: dependency-check is in wiki attic now, better remove it here also

jleroux@apache.org
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-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 333bd31  dependency-check is in wiki attic now, better remove it here also
333bd31 is described below

commit 333bd31f6a06583b9deaa30c3cb9a7583af639c3
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun Mar 21 16:15:26 2021 +0100

    dependency-check is in wiki attic now, better remove it here also
---
 security/dependency-check/README.txt               |  12 -
 .../dependency-check/dependency-check-report.html  | 818 ---------------------
 2 files changed, 830 deletions(-)

diff --git a/security/dependency-check/README.txt b/security/dependency-check/README.txt
deleted file mode 100644
index 744efc7..0000000
--- a/security/dependency-check/README.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-The dependency-check-report.html is only given as an example.
-It uses the Gradle dependency check gradle plugin:
-    https://plugins.gradle.org/plugin/dependency.check
-
-In any cases be sure to check
-    https://cwiki.apache.org/confluence/display/OFBIZ/About+OWASP+Dependency+Check
-
-The Gradle command is
-    gradlew -PenableOwasp dependencyCheckAnalyze
-
-The task takes time to complete, and once done, a report will be generated in
-$OFBIZ_HOME/build/reports/dependency-check-report.html
diff --git a/security/dependency-check/dependency-check-report.html b/security/dependency-check/dependency-check-report.html
deleted file mode 100644
index 70fb7f4..0000000
--- a/security/dependency-check/dependency-check-report.html
+++ /dev/null
@@ -1,818 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-    <head>
-        <title>Dependency-Check Report</title>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="shortcut icon" href="data:;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVLSURBVFhHvZdvbFRFEMB3913v9Vr+FKUNRdtrewg1lQgRE0gMYkJSowYMwcSPkGDwg8ZigMR+UYzGaIuAEj+R+IfE+EUlRL+QYAwhGBMqkFQDpO1xd/YPBaSU9u767r0dZ5a513vtXVsq8Zcsb3bu9c3szuzsIMU8iEaj5fhYJlzRYCkZ7Utd+wbnQL+Nd0TeoyeAPLFgf/oiyTNxXw6g4WUhTz4JEtaiNXLCEE8l3seHJjlzsOJHfLxMsgHE4cje9B6eTUPxc0ZoxbFHG1qVFq9rCRsKjc+KFG3oFGQ6Kw6xJsCsDqDxNZYWbWSYVUFAJFkyaA2XWAxiHIlcGPukYg1rDCVDQKs [...]
-        <script type="text/javascript">
-        /*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
-        !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==t [...]
-        </script>
-        <script type="text/javascript">
-            /*! jQuery Stupid Table Plugin by Joseph McCullough | https://github.com/joequery/Stupid-Table-Plugin/blob/master/LICENSE */
-            (function(e){e.fn.stupidtable=function(j){return this.each(function(){var d=e(this);j=j||{};j=e.extend({},{"int":function(b,a){return parseInt(b,10)-parseInt(a,10)},"float":function(b,a){return parseFloat(b)-parseFloat(a)},string:function(b,a){return b<a?-1:b>a?1:0},"string-ins":function(b,a){b=b.toLowerCase();a=a.toLowerCase();return b<a?-1:b>a?1:0}},j);d.on("click","th",function(){var b=d.children("tbody").children("tr"),a=e(this),k=0,n=e.fn.stupidtable.dir;d.find("th").sli [...]
-        </script>
-        <script type="text/javascript">
-            $(document).ready(function() {
-                $(".expandable").click(function (event) {
-                    e = event || window.event;
-                    var h = e.target || e.srcElement;
-                    var content = "#content" + h.id.substr(6);
-                    var header = "#" + h.id;
-                    $(content).slideToggle("fast");
-                    var exprx = /expandable\b/;
-                    if (exprx.exec($(header).attr("class"))) {
-                        $(header).addClass("collapsed");
-                        $(header).removeClass("expandable");
-                    } else {
-                        $(header).addClass("expandable");
-                        $(header).removeClass("collapsed");
-                    }
-                    var essrx = /expandablesubsection/;
-                    var cssrx = /collaspablesubsection/;
-                    if (essrx.exec($(header).attr("class"))) {
-                        $(header).addClass("collaspablesubsection");
-                        $(header).removeClass("expandablesubsection");
-                    } else if (cssrx.exec($(header).attr("class"))) {
-                        $(header).addClass("expandablesubsection");
-                        $(header).removeClass("collaspablesubsection");
-                    }
-                    return false;
-                });
-                var table = $("#summaryTable").stupidtable();
-                table.bind('aftertablesort', function (event, data) {
-                    var th = $(this).find('th');
-                    th.find(".arrow").remove();
-                    var arrow = data.direction === 'asc' ? '↑' : '↓';
-                    th.eq(data.column).append('<span class="arrow">' + arrow +'</span>');
-                });
-            });
-
-            $(function(){
-                $('#modal-background, #modal-close').click(function () {
-                    $('#modal-content,#modal-background').toggleClass('active');
-                });
-                $('#modal-text').bind('copy cut', function() {
-                    setTimeout('$("#modal-content,#modal-background").toggleClass("active");',100);
-                });
-                $('#modal-text').keyup(function(e){
-                    if(e.keyCode === 27) {
-                        setTimeout('$("#modal-content,#modal-background").toggleClass("active");',100);
-                    }
-                });
-                $('#modal-add-header').click(function () {
-                    xml = '<?xml version="1.0" encoding="UTF-8"?>\n<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">\n   ';
-                    xml += $("#modal-text").text().replace(/\n/g,'\n   ');
-                    xml += '\n</suppressions>';
-                    $('#modal-add-header').toggleClass('active');
-                    $('#modal-text').text(xml).focus().select();
-                });
-            });
-            function suppressSwitchTo(switchTo) {
-                $('#modal-suppress-change-to-sha1').toggleClass('active');
-                $('#modal-suppress-change-to-packageUrl').toggleClass('active');
-                if (!$('#modal-add-header').hasClass('active')) {
-                    $('#modal-add-header').toggleClass('active');
-                }
-                setCopyText($('#suppress-name').val(),
-                            switchTo,
-                            $('#suppress-'+switchTo).val(),
-                            $('#suppress-type').val(),
-                            $('#suppress-val').val());
-            }
-            function copyText(name, sha1, packageUrl, type, val) {
-                $('#suppress-name').val(name);
-                $('#suppress-type').val(type);
-                $('#suppress-val').val(val);
-                $('#suppress-sha1').val(sha1);
-                $('#suppress-packageUrl').val(packageUrl);
-                if (packageUrl=='') {
-                    if ($('#modal-suppress-change-to-packageUrl').hasClass('active')) {
-                        $('#modal-suppress-change-to-packageUrl').toggleClass('active');
-                    }
-                    if ($('#modal-suppress-change-to-sha1').hasClass('active')) {
-                        $('#modal-suppress-change-to-sha1').toggleClass('active');
-                    }
-                    setCopyText(name, 'sha1', sha1, type, val);
-                } else {
-                    if ($('#modal-suppress-change-to-packageUrl').hasClass('active')) {
-                        $('#modal-suppress-change-to-packageUrl').toggleClass('active');
-                    }
-                    if (!$('#modal-suppress-change-to-sha1').hasClass('active')) {
-                        $('#modal-suppress-change-to-sha1').toggleClass('active');
-                    }
-                    setCopyText(name, 'packageUrl', packageUrl, type, val);
-                }
-            }
-            function escapeRegExp(text) {
-              return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
-            }
-            function setCopyText(name, matchType, matchValue, suppressType, suppressVal) {
-                xml =  '<suppress>\n';
-                xml += '   <notes><!'+'[CDATA[\n   file name: ' + name + '\n   ]]'+'></notes>\n';
-                if (matchType=='packageUrl') {
-                    v = matchValue.match(/^[^@]+/);
-                    if (v && v[0]) {
-                        xml += '   <'+matchType+' regex="true">^' + escapeRegExp(v[0]) + '@.*$</'+matchType+'>\n';
-                    } else {
-                        xml += '   <'+matchType+'>' + matchValue + '</'+matchType+'>\n';
-                    }
-                } else {
-                    xml += '   <'+matchType+'>' + matchValue + '</'+matchType+'>\n';
-                }
-                if (suppressType=='cpe') {
-                    v = suppressVal.match(/^cpe:\/a:[^:]+:[^:]+/);
-                    if (v && v[0]) {
-                        xml += '   <'+suppressType+'>' + v[0] + '</'+suppressType+'>\n';
-                    } else {
-                        xml += '   <'+suppressType+'>' + suppressVal + '</'+suppressType+'>\n';
-                    }
-                } else {
-                    xml += '   <'+suppressType+'>' + suppressVal + '</'+suppressType+'>\n';
-                }
-                xml += '</suppress>';
-                $('#modal-text').text(xml);
-                $('#modal-content,#modal-background,#modal-add-header').addClass('active');
-                $('#modal-text').focus();
-                $('#modal-text').select();
-            }
-            function toggleDisplay(el, clzName, all, some) {
-                $(clzName).toggle();
-                if (el.innerHTML == all) {
-                    el.innerHTML = some;
-                } else {
-                    el.innerHTML = all;
-                }
-                return false;
-            }
-        </script>
-        <style type="text/css">
-            #modal-background {
-                display: none;
-                position: fixed;
-                top: 0;
-                left: 0;
-                width: 100%;
-                height: 100%;
-                background-color: white;
-                opacity: .50;
-                -webkit-opacity: .5;
-                -moz-opacity: .5;
-                filter: alpha(opacity=50);
-                z-index: 1000;
-            }
-
-            #modal-content {
-                background-color: white;
-                border-radius: 10px;
-                -webkit-border-radius: 10px;
-                -moz-border-radius: 10px;
-                box-shadow: 0 0 20px 0 #222;
-                -webkit-box-shadow: 0 0 20px 0 #222;
-                -moz-box-shadow: 0 0 20px 0 #222;
-                display: none;
-                height: 240px;
-                left: 50%;
-                margin: -120px 0 0 -160px;
-                padding: 10px;
-                position: fixed;
-                top: 50%;
-                z-index: 1000;
-            }
-            #modal-add-header {
-                display: none;
-            }
-            #modal-add-header.active {
-                display: block;
-            }
-            #modal-background.active, #modal-content.active {
-                display: block;
-            }
-            #modal-text {
-                border: 0;
-                overflow: hidden
-            }
-            #modal-text:focus {
-                outline: none;
-            }
-            .suppresstype {
-                display: none;
-            }
-            .suppresstype.active {
-                display: block;
-            }
-            .suppressedLabel {
-                cursor: default;
-                padding:1px;
-                background-color: #eeeeee;
-                border: 1px solid #555555;
-                color:#555555;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .copybutton {
-                padding:1px;
-                background-color: #eeeeee;
-                border: 1px solid #555555;
-                color:#555555;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .copybutton:hover {
-                padding:1px;
-                background-color: #dddddd;
-                border: 1px solid #444444;
-                color:#444444;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .modal-button {
-                padding:1px;
-                float:left;
-                background-color: #eeeeee;
-                border: 1px solid #555555;
-                color:#555555;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .modal-button:hover {
-                padding:1px;
-                float:left;
-                background-color: #dddddd;
-                border: 1px solid #333333;
-                color:#333333;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .modal-button-right {
-                padding:1px;
-                float:right;
-                background-color: #eeeeee;
-                border: 1px solid #555555;
-                color:#555555;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .modal-button-right:hover {
-                padding:1px;
-                float:right;
-                background-color: #dddddd;
-                border: 1px solid #333333;
-                color:#333333;
-                text-decoration:none;
-                -moz-border-radius: 3px;
-                -webkit-border-radius: 3px;
-                -khtml-border-radius: 3px;
-                -o-border-radius: 3px;
-                border-radius: 3px;
-            }
-            .rounded-corners {
-                -moz-border-radius: 20px;
-                -webkit-border-radius: 20px;
-                -khtml-border-radius: 20px;
-                -o-border-radius: 20px;
-                border-radius: 20px;
-            }
-            .hidden {
-                display: none;
-            }
-            .expandable {
-                cursor: pointer;
-                background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAICAgP///yH5BAEAAAEALAAAAAAMAAwAAAIcjI8Hy22Q1FNwhnpxhW3d2XFWJn2PNiZbyERuAQA7);
-                background-repeat: no-repeat;
-                background-position: 98% 50%;
-            }
-            .collapsed {
-                cursor: pointer;
-                background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAICAgP///yH5BAEAAAEALAAAAAAMAAwAAAIajI8Hy22Q1IszQHphW3ZuXUUZ1ZXi8zFkUgAAOw==);
-                background-repeat: no-repeat;
-                background-position: 98% 50%;
-            }
-            .expandablesubsection {
-                -moz-border-radius-bottomleft:15px; /* bottom left corner */
-                -webkit-border-bottom-left-radius:15px; /* bottom left corner */
-                border-bottom-left-radius: 15px;
-                border-bottom: 1px solid #cccccc;
-            }
-            .collaspablesubsection {
-                -moz-border-radius-bottomleft:0px; /* bottom left corner */
-                -webkit-border-bottom-left-radius:0px; /* bottom left corner */
-                border-bottom-left-radius: 0px;
-                border-bottom: 0px solid #ffffff;
-            }
-            .standardsubsection {
-                -moz-border-radius-bottomleft:0px; /* bottom left corner */
-                -webkit-border-bottom-left-radius:0px; /* bottom left corner */
-                border-bottom-left-radius: 0px;
-                border-bottom: 0px solid #ffffff;
-            }
-            .content {
-                margin-top:0px;
-                margin-left:20px;
-                margin-right:20px;
-                margin-bottom:20px;
-                background: #ffffff;
-                padding: 20px;
-            }
-
-            .sectionheader {
-                background-color: #cccccc;
-                margin-top: 20px;
-                margin-right: 20px;
-                margin-left: 20px;
-                margin-bottom: 0px;
-                padding-top: 10px;
-                padding-bottom: 10px;
-                padding-left:20px;
-                padding-right:20px;
-                border-top: 1px solid #ccc;
-                border-right: 1px solid #ccc;
-                border-left: 1px solid #ccc;
-                border-bottom: 0px;
-
-                /*
-                -moz-border-radius: 15px;
-                -webkit-border-radius: 15px;
-                -o-border-radius: 15px;
-                border-radius: 15px;
-                */
-
-                /* firefox's individual border radius properties */
-                -moz-border-radius-topleft:15px; /* top left corner */
-                -moz-border-radius-topright:0px; /* top right corner */
-                -moz-border-radius-bottomleft:0px; /* bottom left corner */
-                -moz-border-radius-bottomright:0px; /* bottom right corner */
-
-                /* webkit's individual border radius properties */
-                -webkit-border-top-left-radius:15px; /* top left corner */
-                -webkit-border-top-right-radius:0px; /* top right corner */
-                -webkit-border-bottom-left-radius:0px; /* bottom left corner */
-                -webkit-border-bottom-right-radius:0px; /* bottom right corner */
-                /* ie9+ */
-                border-top-left-radius: 15px;
-                border-top-right-radius: 0px;
-                border-bottom-right-radius: 0px;
-                border-bottom-left-radius: 0px;
-            }
-            .sectioncontent {
-                margin-top:0px;
-                margin-left:20px;
-                margin-right:20px;
-                margin-bottom:10px;
-                background: #ffffff;
-
-                padding-top: 10px;
-                padding-bottom: 20px;
-                padding-left:20px;
-                padding-right:20px;
-
-                border-top: 0px;
-                border-right: 1px solid #ccc;
-                border-left: 1px solid #ccc;
-                border-bottom: 1px solid #ccc;
-
-                -moz-border-radius-topleft:0px; /* top left corner */
-                -moz-border-radius-topright:0px; /* top right corner */
-                -moz-border-radius-bottomright:15px; /* bottom right corner */
-                -moz-border-radius-bottomleft:15px; /* bottom right corner */
-
-                /* webkit's individual border radius properties */
-                -webkit-border-top-left-radius:0px; /* top left corner */
-                -webkit-border-top-right-radius:0px; /* top right corner */
-                -webkit-border-bottom-right-radius:15px; /* bottom right corner */
-                -webkit-border-bottom-left-radius:15px; /* bottom right corner */
-                /* ie9+ */
-                border-top-left-radius: 0px;
-                border-top-right-radius: 0px;
-                border-bottom-right-radius: 15px;
-                border-bottom-left-radius: 15px;
-            }
-
-            .subsectionheader {
-                background-color: #cccccc;
-                margin-top: 20px;
-                margin-right: 20px;
-                margin-left: 0px;
-                margin-bottom: 0px;
-                padding-top: 10px;
-                padding-bottom: 10px;
-                padding-left:20px;
-                padding-right:20px;
-                border-top: 1px solid #ccc;
-                border-right: 1px solid #ccc;
-                border-left: 1px solid #ccc;
-
-                /* firefox's individual border radius properties */
-                -moz-border-radius-topleft:15px; /* top left corner */
-                -moz-border-radius-topright:0px; /* top right corner */
-                -moz-border-radius-bottomright:0px; /* bottom right corner */
-
-                /* webkit's individual border radius properties */
-                -webkit-border-top-left-radius:15px; /* top left corner */
-                -webkit-border-top-right-radius:0px; /* top right corner */
-                -webkit-border-bottom-right-radius:0px; /* bottom right corner */
-                /* ie9+ */
-                border-top-left-radius: 15px;
-                border-top-right-radius: 0px;
-                border-bottom-right-radius: 0px;
-            }
-            .subsectioncontent {
-                margin-top:0px;
-                margin-left:0px;
-                margin-right:20px;
-                margin-bottom:10px;
-                background: #ffffff;
-                padding-top: 10px;
-                padding-left: 20px;
-                padding-right: 20px;
-                padding-bottom: 20px;
-                border-top: 0px;
-                border-right: 1px solid #ccc;
-                border-left: 1px solid #ccc;
-                border-bottom: 1px solid #ccc;
-
-                -moz-border-radius-topleft:0px; /* top left corner */
-                -moz-border-radius-topright:0px; /* top right corner */
-                -moz-border-radius-bottomleft:15px; /* bottom left corner */
-                -moz-border-radius-bottomright:15px; /* bottom right corner */
-
-                /* webkit's individual border radius properties */
-                -webkit-border-top-left-radius:0px; /* top left corner */
-                -webkit-border-top-right-radius:0px; /* top right corner */
-                -webkit-border-bottom-left-radius:15px; /* bottom left corner */
-                -webkit-border-bottom-right-radius:15px; /* bottom right corner */
-                /* ie9+ */
-                border-top-left-radius: 0px;
-                border-top-right-radius: 0px;
-                border-bottom-right-radius: 15px;
-                border-bottom-left-radius: 15px;
-
-            }
-            .white {
-                background-color: #ffffff;
-            }
-            .red {
-                background-color: #DF0101;
-            }
-            .left {
-                text-align: left;
-            }
-            .indent {
-                margin-left:20px;
-            }
-            td{
-                vertical-align:text-top;
-                padding:6px;
-                margin:0px;
-            }
-            th {
-                text-align:left
-                vertical-align:text-top;
-                padding:6px;
-                margin:0px;
-                border-bottom:1px;
-                border-color: black;
-            }
-            table {
-                border: 0px;
-            }
-            table.lined tr:nth-child(even) {
-                background-color: #f3f3f3;
-            }
-            .fullwidth {
-                width:100%;
-            }
-            body {
-                font: 13px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif
-            }
-            ul {
-                margin-top:3px;
-                margin-bottom:3px;
-            }
-            .vulnerable {
-                color: #000;
-            }
-            .notvulnerable {
-                display:none;
-            }
-            .hidden {
-                display:none;
-            }
-            .infolink {
-                text-decoration:none;
-                color: blue;
-                float:right;
-            }
-            .infolink:hover {
-                text-decoration:none;
-                color: blue;
-                float:right;
-            }
-            .disclaimer {
-                color: #888888;
-                font: 9px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif
-            }
-            .sortable {
-                cursor:pointer;
-            }
-            .sortable:hover {
-                text-decoration:underline;
-            }
-            pre {
-                white-space: pre-wrap;
-                font: 13px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif
-            }
-        </style>
-    </head>
-    <body>
-        <div id="modal-background"></div>
-        <div id="modal-content">
-            <div>Press CTR-C to copy XML&nbsp;<a href="http://jeremylong.github.io/DependencyCheck/general/suppression.html" class="infolink" target="_blank" title="Help with suppressing false positives">[help]</a></div>
-                <button onclick="suppressSwitchTo('packageUrl')" id="modal-suppress-change-to-packageUrl" class="modal-button suppresstype" title="Supress by Maven Group Artifact Version">Suppress By GAV</button>
-                <button onclick="suppressSwitchTo('sha1')" id="modal-suppress-change-to-sha1" class="modal-button suppresstype" title="Supress by SHA1 hash">Suppress By SHA1</button><br/>
-                <input type="hidden" id="suppress-name"/>
-                <input type="hidden" id="suppress-type"/><input type="hidden" id="suppress-val"/>
-                <input type="hidden" id="suppress-sha1"/><input type="hidden" id="suppress-packageUrl"/>
-                <textarea id="modal-text" cols="50" rows="10" readonly></textarea><br/>
-                <button id="modal-add-header" title="Add the parent XML nodes to create the complete XML file that can be used to suppress this finding" class="modal-button">Complete XML Doc</button><button id="modal-close" class="modal-button-right">Close</button>
-        </div>
-        <div class="wrapper">
-            <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="459.5" height="150" viewBox="0 0 459.5 150" enable-background="new 0 0 595.28 841.89" xml:space="preserve"><g transform="translate(-79.10464,-172.551)"><path d="m246.1 274.3c-2.6 0-5.3-0.2-6.6-0.5-0.6-0.1-0.9-0.4-0.9-1.1l0-20.4c0-0.7 0.3-1 0.9-1.1 1.3-0.2 4-0.5 6.6-0.5 6.1 0 9.8 3.2 9.8 9.7l0 4c0 6.5-3.7 9.7-9.8 9.7zm4.6-13.7c0-4.2-1.8-5.3-4.6-5.3-0.8 0-1.8 0-2.2 0. [...]
-<p class="disclaimer">Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies;
-false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and
-the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties,
-implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
-is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
-arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.</p>
-<h3><a href="http://jeremylong.github.io/DependencyCheck/general/thereport.html" target="_blank">How&nbsp;to&nbsp;read&nbsp;the&nbsp;report</a> |
-<a href="http://jeremylong.github.io/DependencyCheck/general/suppression.html" target="_blank">Suppressing false positives</a> |
-Getting Help: <a href="https://github.com/jeremylong/DependencyCheck/issues" target="_blank">github issues</a></h3>
-<h2 class="">Project:&nbsp;root project 'ofbiz'</h2><div class="">Scan Information (<a href="#" title="Click to toggle display" onclick="return toggleDisplay(this, '.scaninfo', 'show all', 'show less');  return false;">show all</a>):<br/><ul class="indent"><li><i>dependency-check version</i>: 5.2.1</li><li><i>Report Generated On</i>: Wed, 9 Oct 2019 10:05:35 +0200</li><li><i>Dependencies Scanned</i>:&nbsp;553 (545 unique)</li><li><i>Vulnerable Dependencies</i>:&nbsp;<span id="vulnerableC [...]
-&gt;
-&gt; -- [redhat.com](https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-2625)</pre>null<br/><br/><ul><li>Severity: 0.0</li></ul><br/>References:<ul><li>OSSINDEX - <a target="_blank" href="https://ossindex.sonatype.org/vuln/33fe5e62-2998-4820-aebc-68e348539b22">[CVE-2009-2625] XML parsing Denial-Of-Service</a></li></ul></p><p>Vulnerable Software &amp; Versions (OSSINDEX):<ul><li class="vs1">cpe:2.3:a:apache-xerces:xercesImpl:2.9.1:*:*:*:*:*:*:*</li></ul></p></div></div><h3 class="subsec [...]
-    A high performance version of java.util.LinkedHashMap for use as a software cache.
-  </pre></p><p><b>License:</b><pre class="indent">The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.googlecode.concurrentlinkedhashmap\concurrentlinkedhashmap-lru\1.4.2\2eaf3d3c9746d526ff7e5b93931d482c3887e6ac\concurrentlinkedhashmap-lru-1.4.2.jar<br/><b>MD5:</b>&nbsp;5edf6ccb727854204b7cc3405fbc5f01<br/><b>SHA1:</b>&nbsp;2eaf3d3c9746d526ff7e5b93931d482c3887e6ac<br/><b>SHA256: [...]
-    Takes third-party HTML and produces HTML that is safe to embed in
-    your web application.
-    Fast and easy to configure.
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.googlecode.owasp-java-html-sanitizer\owasp-java-html-sanitizer\20180219.1\d712a56cb2fecdb2d6d8d30db409284fdb87e339\owasp-java-html-sanitizer-20180219.1.jar<br/><b>MD5:</b>&nbsp;350e4e0b6b0b7da3e63bf83aadff0372<br/><b>SHA1:</b>&nbsp;d712a56cb2fecdb2d6d8d30db409284fdb87e339<br/><b>SHA256:</b>88b484a98742d70fd33d4153ba568e2413d467e72793a1e45330053722736b78<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofb [...]
-    Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-cli\commons-cli\1.4\c51c00206bb913cd8612b24abd9fa98ae89719b1\commons-cli-1.4.jar<br/><b>MD5:</b>&nbsp;c966d7e03507c834d5b09b848560174e<br/><b>SHA1:</b>&nbsp;c51c00206bb913cd8612b24abd9fa98ae89719b1<br/><b>SHA256:</b>fd3c7c9545a9cdb2051d1f9155c4f76b1e4ac5a57304404a6eedb578ffba7328<br/><b>Referenced In Projects/Scope [...]
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.axis2\axis2-kernel\1.7.9\1547c1ce2606392c18a74ef59ae85e0606e61d0c\axis2-kernel-1.7.9.jar<br/><b>MD5:</b>&nbsp;9d2296a21f29e9a824c3911bd3164d08<br/><b>SHA1:</b>&nbsp;1547c1ce2606392c18a74ef59ae85e0606e61d0c<br/><b>SHA256:</b>089ff5073b82b8efa3fd9145eaadb69fcfcdf6f94d86bc660ab301eb7476b700<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:ru [...]
-        to create simple strong security controls for every web platform.
-        Security controls are not simple to build. You can read about the
-        hundreds of pitfalls for unwary developers on the OWASP web site. By
-        providing developers with a set of strong controls, we aim to
-        eliminate some of the complexity of creating secure web applications.
-        This can result in significant cost savings across the SDLC.
-    </pre></p><p><b>License:</b><pre class="indent">BSD: http://www.opensource.org/licenses/bsd-license.php
-Creative Commons 3.0 BY-SA: http://creativecommons.org/licenses/by-sa/3.0/</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.owasp.esapi\esapi\2.2.0.0\721cbbf80e2bf1cc3d87d4a791e4c7bc827fca95\esapi-2.2.0.0.jar<br/><b>MD5:</b>&nbsp;f845693f635056a9a0248163d8aa662c<br/><b>SHA1:</b>&nbsp;721cbbf80e2bf1cc3d87d4a791e4c7bc827fca95<br/><b>SHA256:</b>a406cb7883eb049fe1d7a62e26a37f480673d3578b32ac884ac83aab59c6d662<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:com [...]
-    The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-fileupload\commons-fileupload\1.4\f95188e3d372e20e7328706c37ef366e5d7859b0\commons-fileupload-1.4.jar<br/><b>MD5:</b>&nbsp;0c3b924dcaaa90c3fb93fe04ae96a35e<br/><b>SHA1:</b>&nbsp;f95188e3d372e20e7328706c37ef366e5d7859b0<br/><b>SHA256:</b>a4ec02336f49253ea50405698b79232b8c5cbf02cb60df3a674d77a749a1def7<br/><b>Referen [...]
-Apache Commons Net library contains a collection of network utilities and protocol implementations.
-Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
-    </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-net\commons-net\3.6\b71de00508dcb078d2b24b5fa7e538636de9b3da\commons-net-3.6.jar<br/><b>MD5:</b>&nbsp;b46661b01cc7aeec501f1cd3775509f1<br/><b>SHA1:</b>&nbsp;b71de00508dcb078d2b24b5fa7e538636de9b3da<br/><b>SHA256:</b>d3b3866c61a47ba3bf040ab98e60c3010d027da0e7a99e1755e407dd47bc2702<br/><b>Referenced In Projects/Sco [...]
-    Apache Commons Validator provides the building blocks for both client side validation and server side data validation.
-    It may be used standalone or with a framework like Struts.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-validator\commons-validator\1.6\e989d1e87cdd60575df0765ed5bac65c905d7908\commons-validator-1.6.jar<br/><b>MD5:</b>&nbsp;3fd5efd8dcdd601035c123638a897833<br/><b>SHA1:</b>&nbsp;e989d1e87cdd60575df0765ed5bac65c905d7908<br/><b>SHA256:</b>bd62795d7068a69cbea333f6dbf9c9c1a6ad7521443fb57202a44874f240ba25<br/><b>Referenced [...]
- A Java library for reading and writing iCalendar (*.ics) files
- </pre></p><p><b>License:</b><pre class="indent">iCal4j - License: LICENSE</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\net.fortuna.ical4j\ical4j\1.0-rc3-atlassian-11\cc4aa02f5cc8773876aad173517d20438b1b60ea\ical4j-1.0-rc3-atlassian-11.jar<br/><b>MD5:</b>&nbsp;62338bf588ceb0a7404746cd751f5db9<br/><b>SHA1:</b>&nbsp;cc4aa02f5cc8773876aad173517d20438b1b60ea<br/><b>SHA256:</b>f7302b15c2830ff642f25d0c458cac9e7ea1135256d17a9dcc3fafee228711f7<br/><b>Referenced In Projec [...]
-The Apache Commons CSV library provides a simple interface for reading and writing
-CSV files of various types.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.commons\commons-csv\1.7\cb5d05520f8fe1b409aaf29962e47dc5764f8f39\commons-csv-1.7.jar<br/><b>MD5:</b>&nbsp;2565c6a73ddefd0ceb9e130063f9e51e<br/><b>SHA1:</b>&nbsp;cb5d05520f8fe1b409aaf29962e47dc5764f8f39<br/><b>SHA256:</b>25f5e7914729a3cb9cbb83918b5f1116625cca63ce38a50f0fe596f837b9a524<br/><b>Referenced In Project [...]
-   Apache HttpComponents HttpClient - Cache
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient-cache\4.5.9\be2cef53d73dcd7e0cae8bb687ccdbe1ac1d4d37\httpclient-cache-4.5.9.jar<br/><b>MD5:</b>&nbsp;f3bd9589f72d1dc99f9968262df8d83f<br/><b>SHA1:</b>&nbsp;be2cef53d73dcd7e0cae8bb687ccdbe1ac1d4d37<br/><b>SHA256:</b>eda887ce3aae3bc7024afb4876581aeda686250ffc90ac3e96d72319a8a2e7f5<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</ [...]
-    includes the core facades for the Tika API.
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.tika\tika-core\1.22\b193f1f977e64ff77025a4cecd7997cff344c4bc\tika-core-1.22.jar<br/><b>MD5:</b>&nbsp;078d3798a32e444b3e3425457402dce3<br/><b>SHA1:</b>&nbsp;b193f1f977e64ff77025a4cecd7997cff344c4bc<br/><b>SHA256:</b>81a9e28c9fa9d6b00d1e5d85795403fb773d4c [...]
-        This tool is forked from original source created by @realjenius </pre></p><p><b>License:</b><pre class="indent">Apache License, Version 2.0: license.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.zapodot\jackson-databind-java-optional\2.6.1\c323ff3dcd35ec5e059f709bb21172dfd958bb5b\jackson-databind-java-optional-2.6.1.jar<br/><b>MD5:</b>&nbsp;06e9eba92ae613c3a8ad6cf11618ecc0<br/><b>SHA1:</b>&nbsp;c323ff3dcd35ec5e059f709bb21172dfd958bb5b<br/><b>SHA256 [...]
-    Decoder for the GRIB format.
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\edu.ucar\grib\4.5.5\cfe552910e9a8d57ce71134796abb281a74ead16\grib-4.5.5.jar<br/><b>MD5:</b>&nbsp;0cb80276d8ea89cacc1d5632dbf39fe9<br/><b>SHA1:</b>&nbsp;cfe552910e9a8d57ce71134796abb281a74ead16<br/><b>SHA256:</b>1e0492135f421f554c4651a95225f27f2a3230e993329f69348110f8521c32d9<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtimeClasspath</li></ul></ [...]
-    The NetCDF-Java Library is a Java interface to NetCDF files,
-    as well as to many other types of scientific data formats.
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\edu.ucar\cdm\4.5.5\af1748a3d024069cb7fd3fc2591efe806c914589\cdm-4.5.5.jar<br/><b>MD5:</b>&nbsp;7770c86aabbd0ec5e12ed1f0600d5492<br/><b>SHA1:</b>&nbsp;af1748a3d024069cb7fd3fc2591efe806c914589<br/><b>SHA256:</b>74ea183cda0f7aa06fae2f3cfa8c3c6c64d013ce8cb87bde4a06de6676eacfdb<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtimeClasspath</li></ul></p> [...]
-    Guava is a suite of core and expanded libraries that include
-    utility classes, google's collections, io classes, and much
-    much more.
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.google.guava\guava\28.0-jre\54fed371b4b8a8cce1e94a9abd9620982d3aa54b\guava-28.0-jre.jar<br/><b>MD5:</b>&nbsp;6eb33b6c6d29d7f6cfece0543f13fad3<br/><b>SHA1:</b>&nbsp;54fed371b4b8a8cce1e94a9abd9620982d3aa54b<br/><b>SHA256:</b>73e4d6ae5f0e8f9d292a4db83a2479b5468f8 [...]
-The Apache Commons IO library contains utility classes, stream implementations, file filters,
-file comparators, endian transformation classes, and much more.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.6\815893df5f31da2ece4040fe0a12fd44b577afaf\commons-io-2.6.jar<br/><b>MD5:</b>&nbsp;467c2a1f64319c99b5faf03fc78572af<br/><b>SHA1:</b>&nbsp;815893df5f31da2ece4040fe0a12fd44b577afaf<br/><b>SHA256:</b>f877d304660ac2a142f3865badfc971dec7ed73c747c7f8d5d2f5139ca736513<br/><b>Referenced In Projects/Scopes:< [...]
-        declared name/value pairs are interpreted to create an object graph</pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.shiro\shiro-config-ogdl\1.4.1\c097cd47e0fc9d50a3a4507d2f49155c78c01fea\shiro-config-ogdl-1.4.1.jar<br/><b>MD5:</b>&nbsp;15ce318a27b2c600355d46b613726049<br/><b>SHA1:</b>&nbsp;c097cd47e0fc9d50a3a4507d2f49155c78c01fea<br/><b>SHA256:</b>24f5a8 [...]
-    The Digester package lets you configure an XML to Java object mapping module
-    which triggers certain actions called rules whenever a particular
-    pattern of nested XML elements is recognized.
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-digester\commons-digester\1.8.1\3dec9b9c7ea9342d4dbe8c38560080d85b44a015\commons-digester-1.8.1.jar<br/><b>MD5:</b>&nbsp;5002ecf033f5a79e398155823badb36a<br/><b>SHA1:</b>&nbsp;3dec9b9c7ea9342d4dbe8c38560080d85b44a015<br/><b>SHA256:</b>b97b72b4201137262215d [...]
-   Apache HttpComponents HttpClient - MIME coded entities
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpmime\4.5.9\c5302bb51f3316b96c0111254ce26994358fb1cc\httpmime-4.5.9.jar<br/><b>MD5:</b>&nbsp;e1786a53def7a4e6925a38e95d65d34b<br/><b>SHA1:</b>&nbsp;c5302bb51f3316b96c0111254ce26994358fb1cc<br/><b>SHA256:</b>0683c8fa6ed4528dadd5fe57621629fc246113c6fa7dcfb2288aa8eac235e615<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:run [...]
-   Apache HttpComponents Client
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.9\a25c1be5ce99d0ce99aa43eb982868c796dd0775\httpclient-4.5.9.jar<br/><b>MD5:</b>&nbsp;62fce5f1f44f9df4a68d9a390b8982eb<br/><b>SHA1:</b>&nbsp;a25c1be5ce99d0ce99aa43eb982868c796dd0775<br/><b>SHA256:</b>6c7e3bb423d8c5574f28157fe42b4c38d6a3477bfa2954cfe5f330b14ecad8a9<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz [...]
-        The Apache PDFBox library is an open source Java tool for working with PDF documents.
-    </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.pdfbox\pdfbox\2.0.16\5dce5e41fc472d02800df5ef060a1f3a58c36902\pdfbox-2.0.16.jar<br/><b>MD5:</b>&nbsp;0f1782f92a3c66df7d821ab251f2cb89<br/><b>SHA1:</b>&nbsp;5dce5e41fc472d02800df5ef060a1f3a58c36902<br/><b>SHA256:</b>f53d8e869042296703f6753a6dc48e4823d45b7fc1e9c30bf7d20907f0180068<br/><b>Referenced In Projects/S [...]
-    The Apache FontBox library is an open source Java tool to obtain low level information
-    from font files. FontBox is a subproject of Apache PDFBox.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.pdfbox\fontbox\2.0.16\3f7819279a0b90a01b07a870d1d27dffd8de24db\fontbox-2.0.16.jar<br/><b>MD5:</b>&nbsp;08bfafc724b3ac2682a8cac0dccedc5d<br/><b>SHA1:</b>&nbsp;3f7819279a0b90a01b07a870d1d27dffd8de24db<br/><b>SHA256:</b>a0934197824808d612d494cac653256f2877665607cd63313ceecefb15479f9c<br/><b>Referenced In Projects/S [...]
-  implementations for pluggable interfaces.</pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-discovery\commons-discovery\0.5\3a8ac816bbe02d2f88523ef22cbf2c4abd71d6a8\commons-discovery-0.5.jar<br/><b>MD5:</b>&nbsp;b35120680c3a22cec7a037fce196cd97<br/><b>SHA1:</b>&nbsp;3a8ac816bbe02d2f88523ef22cbf2c4abd71d6a8 [...]
-    well known logging systems.</pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar<br/><b>MD5:</b>&nbsp;040b4b4d8eac886f6b4a2a3bd2f31b00<br/><b>SHA1:</b>&nbsp;4bfc12adfe4842bf07b657f0369c4cb522955686<br/><b>SHA256:</b [...]
-        JAXB Binding Compiler. Contains source code needed for binding customization files into java sources.
-        In other words: the *tool* to generate java classes for the given xml representation.
-
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-xjc\2.3.2\9cfd86529359747d07251c017d4e46254faa2c2b\jaxb-xjc-2.3.2.jar<br/><b>MD5:</b>&nbsp;1c78df3990145ef0acfeb83c1d2ae567<br/><b>SHA1:</b>&nbsp;9cfd86529359747d07251c017d4e46254faa2c2b<br/><b>SHA256:</b>b68ad7eeb5c0b514114897c37ff7efb8885419d03fd6e8e5fae2d4ce76f51d89<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtimeC [...]
-      This is a small collection of utility classes, that allow high performance XML
-      processing based on SAX. Basically, it is assumed, that you are using an JAXP
-      1.1 compliant XML parser and nothing else. In particular, no dependency on the
-      javax.xml.transform package is introduced.
-    </pre></p><p><b>License:</b><pre class="indent">The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.ws.commons.util\ws-commons-util\1.0.2\3f478e6def772c19d1053f61198fa1f6a6119238\ws-commons-util-1.0.2.jar<br/><b>MD5:</b>&nbsp;e0d2efe441e2dec803c7749c10725f61<br/><b>SHA1:</b>&nbsp;3f478e6def772c19d1053f61198fa1f6a6119238<br/><b>SHA256:</b>97c183d35b596c6a010dfea967ca1e [...]
-        generate XML schema.</pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.ws.xmlschema\xmlschema-core\2.2.4\cbbd6a372e1302a584177ca7729d0e0e4b3fbca6\xmlschema-core-2.2.4.jar<br/><b>MD5:</b>&nbsp;70875c756e4cadee689b24fc77bb0371<br/><b>SHA1:</b>&nbsp;cbbd6a372e1302a584177ca7729d0e0e4b3fbca6<br/><b>SHA [...]
-                CDDL License
-            : http://www.opensource.org/licenses/cddl1.php</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\javax.ws.rs\jsr311-api\1.1.1\59033da2a1afd56af1ac576750a8d0b1830d59e6\jsr311-api-1.1.1.jar<br/><b>MD5:</b>&nbsp;c9803468299ec255c047a280ddec510f<br/><b>SHA1:</b>&nbsp;59033da2a1afd56af1ac576750a8d0b1830d59e6<br/><b>SHA256:</b>ab1534b73b5fa055808e6598a5e73b599ccda28c3159c3c0908977809422ee4a<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath< [...]
-  Apache Commons Lang, a package of Java utility classes for the
-  classes that are in java.lang's hierarchy, or are considered to be so
-  standard as to justify existence in java.lang.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.9\122c7cee69b53ed4a7681c03d4ee4c0e2765da5\commons-lang3-3.9.jar<br/><b>MD5:</b>&nbsp;fa752c3cb5474b05e14bf2ed7e242020<br/><b>SHA1:</b>&nbsp;0122c7cee69b53ed4a7681c03d4ee4c0e2765da5<br/><b>SHA256:</b>de2e1dcdcf3ef917a8ce858661a06726a9a944f28e33ad7f9e08bea44dc3c230<br/><b>Referenced In Proj [...]
-     The Apache Commons Codec package contains simple encoder and decoders for
-     various formats such as Base64 and Hexadecimal.  In addition to these
-     widely used encoders and decoders, the codec package also maintains a
-     collection of phonetic encoding utilities.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.12\47a28ef1ed31eb182b44e15d49300dee5fadcf6a\commons-codec-1.12.jar<br/><b>MD5:</b>&nbsp;9bd59ca0beb26bb00e49b7fdbf1a12c3<br/><b>SHA1:</b>&nbsp;47a28ef1ed31eb182b44e15d49300dee5fadcf6a<br/><b>SHA256:</b>23df58fae9c83d1bcd277b99f9429e9d8c134f0600b73e2e86b2385ed793c81e<br/><b>Referenced In Projec [...]
-        The lang module encapsulates only language-specific utilities that are used by various
-        other modules.  It exists to augment what we would have liked to see in the JDK but does not exist.
-    </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.shiro\shiro-lang\1.4.1\bc711ec9fd41d8c1b967aa41385522e9bef2fa8b\shiro-lang-1.4.1.jar<br/><b>MD5:</b>&nbsp;535510fb8d4d0843d3a0319d289cdfcd<br/><b>SHA1:</b>&nbsp;bc711ec9fd41d8c1b967aa41385522e9bef2fa8b<br/><b>SHA256:</b>26d14029f699e6b902726d68b7d3f37d66887d453cf75f84e299e61e99b322b8<br/><b>Referenced In Proje [...]
-        easy to work in Java with most syndication formats. Today it accepts all flavors of RSS
-        (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes
-        a set of parsers and generators for the various flavors of feeds, as well as converters
-        to convert from one format to another. The parsers can give you back Java objects that
-        are either specific for the format you want to work with, or a generic normalized
-        SyndFeed object that lets you work on with the data without bothering about the
-        underlying format.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.rometools\rome\1.12.1\e9038b34b001007b2a1f3823c532f3524222075f\rome-1.12.1.jar<br/><b>MD5:</b>&nbsp;ff2b10fb031f44513e5c291817aca032<br/><b>SHA1:</b>&nbsp;e9038b34b001007b2a1f3823c532f3524222075f<br/><b>SHA256:</b>13414d70a6c185e1374588321861c6e9eb7928eee502 [...]
-Apache Software License, Version 2.0">http://www.apache.org/licenses/LICENSE-2.0.txt
-Apache Software License, Version 2.0</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.quartz-scheduler\quartz\2.2.0\2eb16fce055d5f3c9d65420f6fc4efd3a079a3d8\quartz-2.2.0.jar<br/><b>MD5:</b>&nbsp;56d748f33fa07cb50c86eb72f53141b5<br/><b>SHA1:</b>&nbsp;2eb16fce055d5f3c9d65420f6fc4efd3a079a3d8<br/><b>SHA256:</b>ad9fbd38399b2c5c5931b9a9161ca07ec5ba916b22f4292bd9791259c5c1f1d6<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:def [...]
-Apache Commons Compress software defines an API for working with
-compression and archive formats.  These include: bzip2, gzip, pack200,
-lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
-Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
-  </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.18\1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5\commons-compress-1.18.jar<br/><b>MD5:</b>&nbsp;bcbecfff4bdb0d3d0cdead3d995da2ef<br/><b>SHA1:</b>&nbsp;1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5<br/><b>SHA256:</b>5f2df1e467825e4cac5996d44890c4201c000b43c0b23cffc0782d28a0beb9b0<br/><b>Reference [...]
-    The Apache PDFBox library is an open source Java tool for working with PDF documents.
-    This artefact contains commandline tools using Apache PDFBox.
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.pdfbox\pdfbox-tools\2.0.16\ef25df47cf8e3776db0ca1007616573e2061295b\pdfbox-tools-2.0.16.jar<br/><b>MD5:</b>&nbsp;ade022f4ede7f37ff82d182c5b9bfaaa<br/><b>SHA1:</b>&nbsp;ef25df47cf8e3776db0ca1007616573e2061295b<br/><b>SHA256:</b>ab192bd897c94e3759603ca1de8d7e82b03552a824b0c02a22af3bc3b83476c8<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:r [...]
-    The Apache JempBox library is an open source Java tool that implements Adobe's XMP(TM)
-    specification. JempBox is a subproject of Apache PDFBox.
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.pdfbox\jempbox\1.8.16\1f41de81768ef84ca2d8cda4cb79e9272c8ee966\jempbox-1.8.16.jar<br/><b>MD5:</b>&nbsp;1cb997cdd8302c7e19131c81ba0b7ee2<br/><b>SHA1:</b>&nbsp;1f41de81768ef84ca2d8cda4cb79e9272c8ee966<br/><b>SHA256:</b>ebef7cca5a5a77768e686972b4a89f0ffce7 [...]
-    </pre></p><p><b>License:</b><pre class="indent">Apache Software License - Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.googlecode.mp4parser\isoparser\1.1.22\70b5c26b52c120d2e94643717a764c4a67640fd6\isoparser-1.1.22.jar<br/><b>MD5:</b>&nbsp;b6cb35cf16232e5850de5900f753ed91<br/><b>SHA1:</b>&nbsp;70b5c26b52c120d2e94643717a764c4a67640fd6<br/><b>SHA256:</b>f37f0a997dcc494409b60aeb48cef319348503f84efcd [...]
-    JHighlight is an embeddable pure Java syntax highlighting
-    library that supports Java, HTML, XHTML, XML and LZX
-    languages and outputs to XHTML.
-
-    It also supports RIFE templates tags and highlights them
-    clearly so that you can easily identify the difference
-    between your RIFE markup and the actual marked up source.
- </pre></p><p><b>License:</b><pre class="indent">CDDL, v1.0: http://www.opensource.org/licenses/cddl1.php
-LGPL, v2.1 or later: http://www.opensource.org/licenses/lgpl-license.php</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.codelibs\jhighlight\1.0.3\88831dce3d56aa53a1bfcba78518e8939b8d4779\jhighlight-1.0.3.jar<br/><b>MD5:</b>&nbsp;318e72a07b2bbe089f0c41df45d2f484<br/><b>SHA1:</b>&nbsp;88831dce3d56aa53a1bfcba78518e8939b8d4779<br/><b>SHA256:</b>34405394e068b5d8c40ed45928ce077f8b5140bf33851a55b9cb53116ded43e5<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:co [...]
-    Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
-    efficient yet extensible format.
-  </pre></p><p><b>License:</b><pre class="indent">https://opensource.org/licenses/BSD-3-Clause</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-java\3.9.0\2adef7d20542c18530c46295b32bc26371dfd9b1\protobuf-java-3.9.0.jar<br/><b>MD5:</b>&nbsp;50ccaf350e1e9730d74f37bad077a537<br/><b>SHA1:</b>&nbsp;2adef7d20542c18530c46295b32bc26371dfd9b1<br/><b>SHA256:</b>6c96d85eac237fea84d9d5e7413c85b62f2df0b9f7b17b0168bd1e28b09ff0e8<br/><b>Referenced In P [...]
-
-The development community in building GIS solutions is sustaining an enormous level
- of effort. The GeoAPI project aims to reduce duplication and increase interoperability
- by providing neutral, interface-only APIs derived from OGC/ISO Standards.
-  </pre></p><p><b>License:</b><pre class="indent">https://raw.githubusercontent.com/opengeospatial/geoapi/master/LICENSE.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.opengis\geoapi\3.0.1\a69b261841b0794b82b8d42fcd6e9a370eb62809\geoapi-3.0.1.jar<br/><b>MD5:</b>&nbsp;fa9a86892774b94b2bde0446ebbebd62<br/><b>SHA1:</b>&nbsp;a69b261841b0794b82b8d42fcd6e9a370eb62809<br/><b>SHA256:</b>ca1dfeba112d0dea575c7abba76a8ecd6ea7818e508de964302a9cfc4779b837<br/><b>Referen [...]
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-annotations\2.9.9\2ea299c145207161c212e28abbc8f513fa245940\jackson-annotations-2.9.9.jar<br/><b>MD5:</b>&nbsp;e044b1d4b083337fd466de78128e0d39<br/><b>SHA1:</b>&nbsp;2ea299c145207161c212e28abbc8f513fa245940<br/><b>SHA256:</b>1100a [...]
- Java Image I/O plugin for reading JBIG2-compressed image data.
- Formerly known as the levigo JBig2 ImageIO plugin (com.levigo.jbig2:levigo-jbig2-imageio).
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.pdfbox\jbig2-imageio\3.0.2\46a53edceceabcdf9b81cd6d14f052bdfa171f4b\jbig2-imageio-3.0.2.jar<br/><b>MD5:</b>&nbsp;75dacf14cc468045f89d7f5fff1aa494<br/><b>SHA1:</b>&nbsp;46a53edceceabcdf9b81cd6d14f052bdfa171f4b<br/><b>SHA256:</b>3dc510cd41511f2e2382eb7ac3550b2f94e21847f0b7221be8ddd0f2252a8fe4<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz [...]
-    Java Advanced Imaging Image I/O Tools API core, but without the classes
-    involved with javax.media.jai dependencies, JPEG2000 or
-    codecLibJIIO, meaning that this library can be distributed under the
-    modified BSD license and should be GPL compatible.
-  </pre></p><p><b>License:</b><pre class="indent">BSD 3-clause License w/nuclear disclaimer: LICENSE.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.github.jai-imageio\jai-imageio-core\1.4.0\fb6d79b929556362a241b2f65a04e538062f0077\jai-imageio-core-1.4.0.jar<br/><b>MD5:</b>&nbsp;6978d733bfb55c0a82639f724fe5f3bb<br/><b>SHA1:</b>&nbsp;fb6d79b929556362a241b2f65a04e538062f0077<br/><b>SHA256:</b>8ad3c68e9efffb10ac87ff8bc589adf64b04a729c5194c079efd0643607fd72a<br/ [...]
-        Commons Lang, a package of Java utility classes for the
-        classes that are in java.lang's hierarchy, or are considered to be so
-        standard as to justify existence in java.lang.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\commons-lang\commons-lang\2.6\ce1edb914c94ebc388f086c6827e8bdeec71ac2\commons-lang-2.6.jar<br/><b>MD5:</b>&nbsp;4d5c1693079575b362edf41500630bbd<br/><b>SHA1:</b>&nbsp;0ce1edb914c94ebc388f086c6827e8bdeec71ac2<br/><b>SHA256:</b>50f11b09f877c294d56f24463f47d28f929c [...]
-   Apache HttpComponents Core (blocking I/O)
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.11\de748cf874e4e193b42eceea9fe5574fabb9d4df\httpcore-4.4.11.jar<br/><b>MD5:</b>&nbsp;9299550b06219959d0f2223b1a8bb337<br/><b>SHA1:</b>&nbsp;de748cf874e4e193b42eceea9fe5574fabb9d4df<br/><b>SHA256:</b>d799522d579aac06b170603f8f080f6e3248dadc01f9652cdd7ea7bc318c21ce<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:r [...]
-    Contains
-    com.google.common.util.concurrent.internal.InternalFutureFailureAccess and
-    InternalFutures. Most users will never need to use this artifact. Its
-    classes is conceptually a part of Guava, but they're in this separate
-    artifact so that Android libraries can use them without pulling in all of
-    Guava (just as they can use ListenableFuture by depending on the
-    listenablefuture artifact).
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.1\1dcf1de382a0bf95a3d8b0849546c88bac1292c9\failureaccess-1.0.1.jar<br/><b>MD5:</b>&nbsp;091883993ef5bfa91da01dcc8fc52236<br/><b>SHA1:</b>&nbsp;1dcf1de382a0bf95a3d8b0849546c88bac1292c9<br/><b>SHA256:</b>a171ee4c734dd2da837e4b16be9 [...]
-    An empty artifact that Guava depends on to signal that it is providing
-    ListenableFuture -- but is also available in a second &quot;version&quot; that
-    contains com.google.common.util.concurrent.ListenableFuture class, without
-    any other Guava classes. The idea is:
-
-    - If users want only ListenableFuture, they depend on listenablefuture-1.0.
-
-    - If users want all of Guava, they depend on guava, which, as of Guava
-    27.0, depends on
-    listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
-    version number is enough for some build systems (notably, Gradle) to select
-    that empty artifact over the &quot;real&quot; listenablefuture-1.0 -- avoiding a
-    conflict with the copy of ListenableFuture in guava itself. If users are
-    using an older version of Guava or a build system other than Gradle, they
-    may see class conflicts. If so, they can solve them by manually excluding
-    the listenablefuture artifact or manually forcing their build systems to
-    use 9999.0-....
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.google.guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\b421526c5f297295adef1c886e5246c39d4ac629\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar<br/><b>MD5:</b>&nbsp;d094c22570d65e132c19cea5d352e381<br/><b>SHA1:</b>&nbsp;b421526c5f297295adef1c886e5246c39d4ac629<br/><b>SHA256:</b>b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99<br/><b>Referenced In Projects/Sc [...]
-    A set of annotations that provide additional information to the J2ObjC
-    translator to modify the result of translation.
-  </pre></p><p><b>License:</b><pre class="indent">The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.google.j2objc\j2objc-annotations\1.3\ba035118bc8bac37d7eff77700720999acd9986d\j2objc-annotations-1.3.jar<br/><b>MD5:</b>&nbsp;5fa4ec4ec0c5aa70af8a7d4922df1931<br/><b>SHA1:</b>&nbsp;ba035118bc8bac37d7eff77700720999acd9986d<br/><b>SHA256:</b>21af30c92267bd6122c0e0b4d20cccb6641a37e [...]
-        TXW is a library that allows you to write XML documents.
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\txw2\2.3.2\ce5be7da2e442c25ec14c766cb60cb802741727b\txw2-2.3.2.jar<br/><b>MD5:</b>&nbsp;3f278f148c5d27dc608c25cb7d093b94<br/><b>SHA1:</b>&nbsp;ce5be7da2e442c25ec14c766cb60cb802741727b<br/><b>SHA256:</b>4a6a9f483388d461b81aa9a28c685b8b74c0597993bf1884b04eddbca95f48fe<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtimeClasspath [...]
-    formatted unit specifications (e.g. &quot;m/s&quot;), converting numeric values
-    between compatible units (e.g. between &quot;m/s&quot; and &quot;knot&quot;), and for
-    performing arithmetic operations on units (e.g. dividing one unit by
-    another, raising a unit to a power).</pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\edu.ucar\udunits\4.5.5\d8c8d65ade13666eedcf764889c69321c247f153\udunits-4.5.5.jar<br/><b>MD5:</b>&nbsp;025ffadf77de73601443c8262c995df0<br/><b>SHA1:</b>&nbsp;d8c8d65ade13666eedcf764889c69321c247f153<br/><b>SHA256:</b>fb641ad901d1526d53f2b13bc86baec703c57d58e6001cfa54ca7734c97fb30d<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:defaul [...]
-  Fundamental data structures (maps, sets, lists, stacks, queues) generated for
-  combinations of object and primitive types to conserve JVM memory and speed
-  up execution.</pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.carrotsearch\hppc\0.8.1\ffc7ba8f289428b9508ab484b8001dea944ae603\hppc-0.8.1.jar<br/><b>MD5:</b>&nbsp;4b142532e325286944292cd65448afc3<br/><b>SHA1:</b>&nbsp;ffc7ba8f289428b9508ab484b8001dea944ae603<br/><b>SHA256:</b>f540703478636d88f699f4666242e6fc [...]
-encoded data using Jackson abstractions (streaming API, data binding,
-tree model)
-  </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">http://www.apache.org/licenses/LICENSE-2.0.txt</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.dataformat\jackson-dataformat-smile\2.9.8\dbb47a052ac2b249ae004ce32e1e0c8bd8ee526c\jackson-dataformat-smile-2.9.8.jar<br/><b>MD5:</b>&nbsp;eec69f4c6a31ebcf0d9af7130f3044b1<br/><b>SHA1:</b>&nbsp;dbb47a052ac2b249ae004ce32e1e0c8bd8ee526c<br/><b> [...]
-        Metrics is a Java library which gives you unparalleled insight into what your code does in
-        production. Metrics provides a powerful toolkit of ways to measure the behavior of critical
-        components in your production environment.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\io.dropwizard.metrics\metrics-core\4.0.5\b81ef162970cdb9f4512ee2da09715a856ff4c4c\metrics-core-4.0.5.jar<br/><b>MD5:</b>&nbsp;f5fb039e8ed41743d3b6590547d85894<br/><b>SHA1:</b>&nbsp;b81ef162970cdb9f4512ee2da09715a856ff4c4c<br/><b>SHA256:</b>e31f5bc2fc58dcacd0cf [...]
-        A reporter for Metrics which announces measurements to a Graphite server.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\io.dropwizard.metrics\metrics-graphite\4.0.5\76e8758356373d5aed5abacbda429b38f6e8fa98\metrics-graphite-4.0.5.jar<br/><b>MD5:</b>&nbsp;22f848bd3427fa8d5caa8717468097f5<br/><b>SHA1:</b>&nbsp;76e8758356373d5aed5abacbda429b38f6e8fa98<br/><b>SHA256:</b>e7ece2bb30cf [...]
-        A set of extensions for Jetty 9.3 and higher which provide instrumentation of thread pools, connector
-        metrics, and application latency and utilization.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\io.dropwizard.metrics\metrics-jetty9\4.0.5\87f3b49a7377e56f62046875d394ed0028b37690\metrics-jetty9-4.0.5.jar<br/><b>MD5:</b>&nbsp;99b6f3ed9f4663ed9db4700e4bf388fa<br/><b>SHA1:</b>&nbsp;87f3b49a7377e56f62046875d394ed0028b37690<br/><b>SHA256:</b>e2c769fc1c269e22 [...]
-        A set of classes which allow you to report metrics via JMX.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\io.dropwizard.metrics\metrics-jmx\4.0.5\d7be4ddd7ba674ee8be1d23d883fb3ca68ee1d54\metrics-jmx-4.0.5.jar<br/><b>MD5:</b>&nbsp;863de91e135c8455d70fa3acf01cdf72<br/><b>SHA1:</b>&nbsp;d7be4ddd7ba674ee8be1d23d883fb3ca68ee1d54<br/><b>SHA256:</b>079133de87f7d3512200a8 [...]
-        A set of classes which allow you to monitor critical aspects of your Java Virtual Machine
-        using Metrics.
-    </pre></p><p><b>License:</b><pre class="indent"><a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\io.dropwizard.metrics\metrics-jvm\4.0.5\9f6f1e6c1db440d9ad4c3114f17be40f66bb399\metrics-jvm-4.0.5.jar<br/><b>MD5:</b>&nbsp;a19a85dc56ac7179bd974e4eb0c8b6e0<br/><b>SHA1:</b>&nbsp;09f6f1e6c1db440d9ad4c3114f17be40f66bb399<br/><b>SHA256:</b>ba97466221c391bd7b7eb6d [...]
-        Tools to assist in the reading of configuration/preferences files in
-        various formats
-    </pre></p><p><b>License:</b><pre class="indent">https://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.commons\commons-configuration2\2.1.1\d97d5b3f8b58c52730d47e1a63c8d3258f41ca6c\commons-configuration2-2.1.1.jar<br/><b>MD5:</b>&nbsp;6c070e57bcd44ed93994f5a33102c277<br/><b>SHA1:</b>&nbsp;d97d5b3f8b58c52730d47e1a63c8d3258f41ca6c<br/><b>SHA256:</b>6471f4c4fb666960eba889b768164670097022d3084018affea555e6bf8d3d79< [...]
-     The jose.4.j library is a robust and easy to use open source implementation of JSON Web Token (JWT) and the JOSE specification suite (JWS, JWE, and JWK).
-     It is written in Java and relies solely on the JCA APIs for cryptography.
-     Please see https://bitbucket.org/b_c/jose4j/wiki/Home for more info, examples, etc..
-  </pre></p><p><b>License:</b><pre class="indent">The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.bitbucket.b_c\jose4j\0.6.5\524470e6ad000e3938f4c0f5e08bd423e95bd43a\jose4j-0.6.5.jar<br/><b>MD5:</b>&nbsp;38b06bd9c1f8a46f819ac254234ead02<br/><b>SHA1:</b>&nbsp;524470e6ad000e3938f4c0f5e08bd423e95bd43a<br/><b>SHA256:</b>0c2d2616b42dba712ff7a05a95ed9d44cf9b71f5632eeca05dbcfce3ba3 [...]
-        Woodstox is a high-performance XML processor that
-        implements Stax (JSR-173), SAX2 and Stax2 APIs
-    </pre></p><p><b>License:</b><pre class="indent">The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.fasterxml.woodstox\woodstox-core\5.0.3\10aa199207fda142eff01cd61c69244877d71770\woodstox-core-5.0.3.jar<br/><b>MD5:</b>&nbsp;8b151bd3d262d9c07e0384b7cc6c4cd9<br/><b>SHA1:</b>&nbsp;10aa199207fda142eff01cd61c69244877d71770<br/><b>SHA256:</b>a1c04b64fbfe20ae9f2c60a3bf1633fed6688ae31935b6b [...]
-  </pre></p><p><b>License:</b><pre class="indent">The BSD License: http://www.opensource.org/licenses/bsd-license.php</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.codehaus.woodstox\stax2-api\3.1.4\ac19014b1e6a7c08aad07fe114af792676b685b7\stax2-api-3.1.4.jar<br/><b>MD5:</b>&nbsp;c08e89de601b0a78f941b2c29db565c3<br/><b>SHA1:</b>&nbsp;ac19014b1e6a7c08aad07fe114af792676b685b7<br/><b>SHA256:</b>86d7c0b775a7c9b454cc6ba61d40a8eb3b99cc129f832eb9b977a3755b4b338e<br/>< [...]
-    Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's
-    core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance
-    calculations and other math, and to read shape formats like WKT and GeoJSON.
-  </pre></p><p><b>License:</b><pre class="indent">The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.locationtech.spatial4j\spatial4j\0.7\faa8ba85d503da4ab872d17ba8c00da0098ab2f2\spatial4j-0.7.jar<br/><b>MD5:</b>&nbsp;f6a94012c0a3c72395ca420a7708741e<br/><b>SHA1:</b>&nbsp;faa8ba85d503da4ab872d17ba8c00da0098ab2f2<br/><b>SHA256:</b>9adccb1d87f7e0be70567b952c65552607e2dcbde32a1579 [...]
-GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\jakarta.ws.rs\jakarta.ws.rs-api\2.1.5\e45d7f94d7406489755d911e63c216b4a3210374\jakarta.ws.rs-api-2.1.5.jar<br/><b>MD5:</b>&nbsp;ec1a9f7735daf2dfe421b1ec9b20dd0b<br/><b>SHA1:</b>&nbsp;e45d7f94d7406489755d911e63c216b4a3210374<br/><b>SHA256:</b>3587738aaf6d5e4f1e3f01cc249cb061badf7490f7e647b2ae26d0a7efa6e173<br/><b>Referenced In Projects/Scopes:</b><ul><li>o [...]
-
-Some vulnerabilities have been reported in DB2, where some have an unknown impact and others can be exploited by malicious users to perform certain actions with escalated privileges, and by malicious people to cause a DoS or potentially compromise a vulnerable system.</pre>NVD-CWE-noinfo<br/><br/>CVSSv2:<ul><li>Base Score: HIGH (7.5)</li><li>Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P</li></ul><br/>References:<ul><li>AIXAPAR - <a target="_blank" href="http://www-1.ibm.com/support/docview.wss?uid [...]
-
-Some vulnerabilities have been reported in DB2, where some have an unknown impact and others can be exploited by malicious users to perform certain actions with escalated privileges, and by malicious people to cause a DoS or potentially compromise a vulnerable system.</pre>NVD-CWE-noinfo<br/><br/>CVSSv2:<ul><li>Base Score: HIGH (7.5)</li><li>Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P</li></ul><br/>References:<ul><li>AIXAPAR - <a target="_blank" href="http://www-1.ibm.com/support/docview.wss?uid [...]
-        documents and inspect information in them. It is expected to be useful for applications that need to take XML
-        Schema as an input.
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\xsom\2.3.2\157dc2bf479c524d63a214e8fe9888f45a667db\xsom-2.3.2.jar<br/><b>MD5:</b>&nbsp;69490072151ce34b84c8d0990a931c6d<br/><b>SHA1:</b>&nbsp;0157dc2bf479c524d63a214e8fe9888f45a667db<br/><b>SHA256:</b>598196320e56138f78895c9bbc3055983d25b76814f072dfcb836f8cc4437c73<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtimeClasspath< [...]
-        RNGOM is a RelaxNG Object model library (XSOM for RelaxNG).
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\com.sun.xml.bind.external\rngom\2.3.2\6b8c5d0984c31a01d98290cee4ab9bde13536431\rngom-2.3.2.jar<br/><b>MD5:</b>&nbsp;16cae2e80f24e2cf10ad6b5d95114ae0<br/><b>SHA1:</b>&nbsp;6b8c5d0984c31a01d98290cee4ab9bde13536431<br/><b>SHA256:</b>02165b9f0020160873f13e29e243b02e5c578792f9d1f2367fbadfcf8374fc78<br/><b>Referenced In Projects/Scopes:</b><ul><li>ofbiz:compileClasspath</li><li>ofbiz:default</li><li>ofbiz:runtime [...]
-    Common cross-project/cross-platform POSIX APIs
-  </pre></p><p><b>License:</b><pre class="indent">Eclipse Public License - v 2.0: https://www.eclipse.org/legal/epl-2.0/
-GNU General Public License Version 2: http://www.gnu.org/copyleft/gpl.html
-GNU Lesser General Public License Version 2.1: http://www.gnu.org/licenses/lgpl.html</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.jruby\jruby-complete\9.2.7.0\308120bca38f617e7b275af8ce0cbd9f0be66218\jruby-complete-9.2.7.0.jar\META-INF/maven/com.github.jnr/jnr-posix/pom.xml<br/><b>MD5:</b>&nbsp;88dd39e5c7991855a5f1f53c1b3fac83<br/><b>SHA1:</b>&nbsp;f4aa81a847ef3cb433c0c55d01c5dc0f101aab13<br/><b>SHA256:</b>09da885accc67629d80a05ec106bd12a1180a770724b01ef8da81 [...]
-        Nailgun is a client, protocol, and server for running Java programs from
-        the command line without incurring the JVM startup overhead. Programs run
-        in the server (which is implemented in Java), and are triggered by the
-        client (written in C), which handles all I/O.
-
-        This project contains the SERVER ONLY.
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.jruby\jruby-complete\9.2.7.0\308120bca38f617e7b275af8ce0cbd9f0be66218\jruby-complete-9.2.7.0.jar\META-INF/maven/com.martiansoftware/nailgun-server/pom.xml<br/><b>MD5:</b>&nbsp;365276754761735cc069e439a401fa8d<br/><b>SHA1:</b>&nbsp;55ac54d56cbaa9468e964f4dc20b201cde1c611f<br/><b>SHA256:</b>e1e164a7e12f35d2d940cd4a52ab0cba37da07179eb3dfa70b8989dbeb305d5d<br/><b>Referenced In Project/Scope:</b>ofbiz:asciid [...]
-    Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
-    that uses byte arrays directly instead of java Strings and chars
-  </pre></p><p><b>License:</b><pre class="indent">MIT License: http://www.opensource.org/licenses/mit-license.php</pre><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.jruby\jruby-complete\9.2.7.0\308120bca38f617e7b275af8ce0cbd9f0be66218\jruby-complete-9.2.7.0.jar\META-INF/maven/org.jruby.joni/joni/pom.xml<br/><b>MD5:</b>&nbsp;3a15e2448c2a06f601472c57c08b8c78<br/><b>SHA1:</b>&nbsp;8bd84b5bf472e89d0fdf4da22347a080a60f0da9<br/><b>SHA256:</b>e9b7fc21af20a9a1b106119dd2d9b [...]
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.htrace\htrace-core4\4.1.0-incubating\12b3e2adda95e8c41d9d45d33db075137871d2e2\htrace-core4-4.1.0-incubating.jar\META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml<br/><b>MD5:</b>&nbsp;b5ed6cb7f987a4da86141638b1538d81<br/><b>SHA1:</b>&nbsp;ed8235ea6d84480833675e709b415bde24ce25f7<br/><b>SHA256:</b>8310978da8c7013ecaaba13c9b41b75ab3a09797ae4b946ae5e1614088f995d7<br/><b>Referenced In Proje [...]
-  </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.htrace\htrace-core4\4.1.0-incubating\12b3e2adda95e8c41d9d45d33db075137871d2e2\htrace-core4-4.1.0-incubating.jar\META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml<br/><b>MD5:</b>&nbsp;556310b593b9688b85686409e0bd5377<br/><b>SHA1:</b>&nbsp;2b75fa41636e5d02edc961ee9c68e6f041dc85a9<br/><b>SHA256:</b>63e2e01157c8964913ef8bb0e69cec0d363d31129089206f7fb07ee5438359c0<br/><b>Referenced I [...]
-    well known logging systems.</pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.htrace\htrace-core4\4.1.0-incubating\12b3e2adda95e8c41d9d45d33db075137871d2e2\htrace-core4-4.1.0-incubating.jar\META-INF/maven/commons-logging/commons-logging/pom.xml<br/><b>MD5:</b>&nbsp;976d812430b8246deeaf2ea54610f263<br/><b>SHA1:</b>&nbsp;76672afb562b9e903674ad3a544cdf2092f1faa3<br/><b>SHA256:</b>d0f2e16d054e8bb97add9ca26525eb2346f692809fcd2a28787da8ceb3c35ee8<br/>< [...]
-        Contains mixins for methods that are shared between DOM and Axiom.
-    </pre></p><p><b>File&nbsp;Path:</b>&nbsp;Z:\Gradle\caches\modules-2\files-2.1\org.apache.ws.commons.axiom\axiom-impl\1.2.21\9e2abe02efc778ec49ed11880498752a6b306ff1\axiom-impl-1.2.21.jar\META-INF/maven/org.apache.ws.commons.axiom/shared-aspects/pom.xml<br/><b>MD5:</b>&nbsp;f03b40ba6718996cb9b21fbff8f6c597<br/><b>SHA1:</b>&nbsp;1d772eb5aa9297d222f874416914c36abbc0ccbd<br/><b>SHA256:</b>53b958e9144c5dc1501342074ee70f367616d78ec72a117e28949a846ddd533b<br/><b>Referenced In Projects/Scope [...]
\ No newline at end of file