Skip to content

Commit 1a42295

Browse files
committed
Revert "chore: Upgrade to JasperStarter 3.6.2"
This reverts commit e466e5b.
1 parent e466e5b commit 1a42295

File tree

93 files changed

+4
-50
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

+4
-50
lines changed

bin/jasperstarter/.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

bin/jasperstarter/CHANGES

100644100755
Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,6 @@
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-
405
Release notes - JasperStarter - Version 3.5.0
416
---------------------------------------------
427

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

bin/jasperstarter/LICENSE

100644100755
File mode changed.

bin/jasperstarter/NOTICE

100644100755
File mode changed.

bin/jasperstarter/README.md

100644100755
Lines changed: 2 additions & 8 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

100644100755
File mode changed.

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

100644100755
File mode changed.

bin/jasperstarter/lib/antlr-2.7.7.jar

100644100755
File mode changed.

0 commit comments

Comments
 (0)