Skip to content

Commit 57ae498

Browse files
committed
chore: Upgrade to JasperStarter 3.6.2
1 parent 3939a11 commit 57ae498

File tree

93 files changed

+50
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+50
-4
lines changed

bin/jasperstarter/.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CHANGES text eol=crlf
2+
LICENSE text eol=crlf
3+
NOTICE text eol=crlf
4+
README.md text eol=crlf
5+
jdbc/README text eol=crlf

bin/jasperstarter/CHANGES

100755100644
+36-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22
JasperStarter - Running JasperReports from command line
33
========================================================
44

5+
Release notes - JasperStarter - Version 3.6.2
6+
---------------------------------------------
7+
8+
** Bug
9+
* JAS-161 CVE-2021-44832 in log4j-2.17.0
10+
11+
12+
Release notes - JasperStarter - Version 3.6.1
13+
---------------------------------------------
14+
15+
** Bug
16+
* JAS-160 log4j 2.16.0 is vulnerable to CVE-2021-45105
17+
18+
19+
Release notes - JasperStarter - Version 3.6.0
20+
---------------------------------------------
21+
22+
** Bug
23+
* CVE-2019-17571 - Included in Log4j 1.2 is a SocketServer class that is
24+
vulnerable to deserialization of untrusted data which can be exploited to
25+
remotely execute arbitrary code when combined with a deserialization
26+
gadget when listening to untrusted network traffic for log data. This
27+
affects Log4j versions up to 1.2 up to 1.2.17.
28+
29+
* [JAS-158] Jasperstarter contains an old log4j-1.2.17 which is affected by CVE-2019-17571
30+
* [JAS-146] mvn: Could not resolve dependencies \(...\) from/to jaspersoft.artifactoryonline.com
31+
* [JAS-142] Failed to generate qrcode - zxing library missing
32+
33+
** Improvement
34+
* [JAS-156] Is JasperStarter vulnerable to CVE-2021-44228
35+
36+
** Task
37+
* [JAS-157] Include JasperReports 6.18.1
38+
39+
540
Release notes - JasperStarter - Version 3.5.0
641
---------------------------------------------
742

@@ -359,7 +394,7 @@ JasperStarter is now able to prompt for report parameters.
359394
jrxml - compiles implicit
360395
jrprint - print, view or export previously filled reports.
361396
New output type: jrprint. This makes --keep obsolete.
362-
New parameter -w writes compiled file to imput dir if jrxml is
397+
New parameter -w writes compiled file to input dir if jrxml is
363398
processed.
364399
Parameter -t defaults to "none" and can therefore be omited if no
365400
database is needed.

bin/jasperstarter/LICENSE

100755100644
File mode changed.

bin/jasperstarter/NOTICE

100755100644
File mode changed.

bin/jasperstarter/README.md

100755100644
+8-2

bin/jasperstarter/bin/jasperstarter

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if(test -L "$0") then
1919
auxlink=`ls -l "$0" | sed 's/^[^>]*-> //g'`
2020
HOME_FOLDER=`dirname "$auxlink"`/..
21-
else
21+
else
2222
HOME_FOLDER=`dirname "$0"`/..
2323
fi
2424

625 Bytes
Binary file not shown.

bin/jasperstarter/lib/ant-1.7.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/ant-launcher-1.7.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/antlr-2.7.7.jar

100755100644
File mode changed.

bin/jasperstarter/lib/antlr-3.0b5.jar

100755100644
File mode changed.

bin/jasperstarter/lib/argparse4j-0.5.0.jar

100755100644
File mode changed.

bin/jasperstarter/lib/avalon-framework-impl-4.2.0.jar

100755100644
File mode changed.

bin/jasperstarter/lib/barbecue-1.5-beta1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/barcode4j-2.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-anim-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-awt-util-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-bridge-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-constants-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-css-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-dom-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-ext-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-gvt-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-i18n-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-parser-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-script-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-svg-dom-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-svggen-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-util-1.9.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/batik-xml-1.9.1.jar

100755100644
File mode changed.
-2.77 MB
Binary file not shown.
5.69 MB
Binary file not shown.
-48.4 KB
Binary file not shown.
47 KB
Binary file not shown.
-852 KB
Binary file not shown.
890 KB
Binary file not shown.

bin/jasperstarter/lib/commons-cli-1.0.jar

100755100644
File mode changed.

bin/jasperstarter/lib/commons-codec-1.10.jar

100755100644
File mode changed.

bin/jasperstarter/lib/commons-collections-3.2.2.jar

100755100644
File mode changed.
Binary file not shown.
Binary file not shown.

bin/jasperstarter/lib/commons-digester-2.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/commons-io-2.5.jar

100755100644
File mode changed.

bin/jasperstarter/lib/commons-lang-2.6.jar

100755100644
File mode changed.
424 KB
Binary file not shown.

bin/jasperstarter/lib/commons-logging-1.1.1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/core-2.3.0.jar

516 KB
Binary file not shown.

bin/jasperstarter/lib/ecj-3.21.0.jar

2.85 MB
Binary file not shown.

bin/jasperstarter/lib/ecj-4.4.2.jar

-2.2 MB
Binary file not shown.

bin/jasperstarter/lib/groovy-all-2.4.12.jar

100755100644
File mode changed.

bin/jasperstarter/lib/icu4j-57.1.jar

-10.8 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
357 KB
Binary file not shown.
-314 KB
Binary file not shown.
Binary file not shown.
-1.28 MB
Binary file not shown.
5.37 MB
Binary file not shown.
-5.28 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bin/jasperstarter/lib/jasperstarter.jar

100755100644
625 Bytes
Binary file not shown.

bin/jasperstarter/lib/javax.inject-1.jar

100755100644
File mode changed.

bin/jasperstarter/lib/jcalendar-1.4.jar

100755100644
File mode changed.

bin/jasperstarter/lib/jcommon-1.0.23.jar

100755100644
File mode changed.

bin/jasperstarter/lib/jfreechart-1.0.19.jar

100755100644
File mode changed.

bin/jasperstarter/lib/joda-time-2.9.9.jar

100755100644
File mode changed.

bin/jasperstarter/lib/jython-2.7.0.jar

100755100644
File mode changed.
-478 KB
Binary file not shown.
295 KB
Binary file not shown.
1.71 MB
Binary file not shown.

bin/jasperstarter/lib/poi-3.17.jar

100755100644
File mode changed.

bin/jasperstarter/lib/rhino-1.7.7.2.jar

100755100644
File mode changed.

bin/jasperstarter/lib/serializer-2.7.2.jar

100755100644
File mode changed.

bin/jasperstarter/lib/servlet-api-2.5.jar

100755100644
File mode changed.

bin/jasperstarter/lib/spring-beans-4.3.21.RELEASE.jar

100755100644
File mode changed.

bin/jasperstarter/lib/spring-core-4.3.21.RELEASE.jar

100755100644
File mode changed.

bin/jasperstarter/lib/spring-expression-4.3.21.RELEASE.jar

100755100644
File mode changed.

bin/jasperstarter/lib/stax-1.2.0.jar

-175 KB
Binary file not shown.
-22.8 KB
Binary file not shown.
-25.9 KB
Binary file not shown.

bin/jasperstarter/lib/stringtemplate-3.0.jar

100755100644
File mode changed.

bin/jasperstarter/lib/xalan-2.7.2.jar

100755100644
File mode changed.

bin/jasperstarter/lib/xml-apis-1.3.04.jar

100755100644
File mode changed.

bin/jasperstarter/lib/xml-apis-ext-1.3.04.jar

100755100644
File mode changed.

bin/jasperstarter/lib/xmlgraphics-commons-2.2.jar

100755100644
File mode changed.

0 commit comments

Comments
 (0)