Skip to content

Releases: fod-dev/fod-uploader-java

v3.0.4

20 Oct 18:16

Choose a tag to compare

  • Swapped out BSI Token / URL parser to support the new BSI Tokens from Fortify on Demand.
  • Added the -os flag for running an Open Source Scan

v3.0.3

05 Oct 17:54

Choose a tag to compare

  • Removed -x flag and made it default behavior
  • Added -itp flag to specify if you want to Include Third Party Components in the scan

v3.0.2

25 Sep 17:42

Choose a tag to compare

v3.0.1

29 Aug 15:04

Choose a tag to compare

  • Fix issues #11 and #12 by encoding the filter query string for Assessment Type lookup.
  • Beta release of the FodUpload.exe. The new exe should not require installing the JRE and is packaged up using Launch4J.

v3.0.0

15 Mar 16:51

Choose a tag to compare

Added three new parameters:

  • -purchase (whether to purchase an entitlement if available)
  • -b (whether the assessment is part of a bundled assessment)
  • -ep (whether to use a Single Scan or Subscription Assessment) required

Removed three parameters:

  • -e
  • -f

Flag parameters no longer require setting a value (e.g. -x true). Now, simply adding the flag sets it to true. It is false otherwise. This change affects the following parameters:

  • -b
  • -r
  • -x
  • -s
  • -purchase

v2.0.4

17 Feb 15:08

Choose a tag to compare

fix [4] Main.java always exits with Exit code 1

v2.0.3

05 Dec 17:05

Choose a tag to compare

Fix null reference error for Language Level

v2.0.2

01 Dec 16:23

Choose a tag to compare

Remove required tag from entitlement id and entitlement frequency.

The uploader will find your entitlement info based off the assessment type given in the bsi url.

v2.0.1

29 Nov 18:41

Choose a tag to compare

  • Fixed Issue #1

v2.0.0

12 Oct 14:38

Choose a tag to compare

  1. Update API to v3
  2. Update dependencies