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

Lines changed: 5 additions & 0 deletions
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
Lines changed: 36 additions & 1 deletion
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
Lines changed: 8 additions & 2 deletions

bin/jasperstarter/bin/jasperstarter

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)