-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRELEASE_NOTES.txt
More file actions
71 lines (50 loc) · 2.54 KB
/
RELEASE_NOTES.txt
File metadata and controls
71 lines (50 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
-----------------------------------
java-cli version 1.5.9 (Fri May 29 09:55:15 CDT 2020)
-----------------------------------
- Add support for "finished with warnings" return message
from the SWAMP. This indicates, that for no-build,
that not all compilations completed. This allows
viewing and coollection of whatever results are
available in a no-build project.
-----------------------------------
java-cli version 1.5.8 (Fri Jan 3 11:17:01 CST 2020)
-----------------------------------
- Support 2xx HTTP return codes for newer versions of laravel;
the SWAMP uses laravel on the server side; older laravel
versions always returned 200 for success. Future
laravel (and swamp) versions will require this
backward-compatible change to work correctly.
-----------------------------------
java-cli version 1.5.7 (Fri Sep 28 16:34:02 CDT 2018)
-----------------------------------
- Added hasPermission API
-----------------------------------
java-cli version 1.5.6 (Thu Sep 27 16:39:36 CDT 2018)
-----------------------------------
- Fixed bug with tool without permissions
-----------------------------------
java-cli version 1.5.5 (Wed Aug 29 07:03:34 CDT 2018)
-----------------------------------
- Now accepts package-exclude-paths, package-version-notes in package.conf, these will be added to 'Exclude Paths' and 'Version notes' respectively
-----------------------------------
java-cli version 1.5.4 (Tue Aug 7 14:29:49 CDT 2018)
-----------------------------------
- Fixed bug with checking availablity of the platforms specified on the CLI
-----------------------------------
java-cli version 1.5.3 (Wed Jul 25 12:16:02 CDT 2018)
-----------------------------------
- Cookie policy set to CookieSpecs.STANDAND. This fixes failures with SiB instances that are not current, yet max-age is vaild.
- Removed code for RWS server, which now is removed.
-----------------------------------
java-cli version 1.5.2 (Mon Jun 18 08:00:22 CDT 2018)
-----------------------------------
- Converts SWAMP web api server's URI to URL
- Report self-signed certificates exceptions correctly
-----------------------------------
java-cli version 1.5.0 (Thu May 10 9:22:12 CST 2017)
-----------------------------------
- CLI now does not require UUIDs, it has options to work with (package|tool|project) names and versions
- Supports assessments with a particular tool version, using <toolname>::<version> syntax
- Has option to work with local keystores instead of System
- Has option to take proxy from CLI
- Merged Java-API code into Java-CLI