Skip to content

Commit 96e9e88

Browse files
aishkotniAIshwarya Kotni
andauthored
Reverting fod uploader rebranding changes (#113)
* Made changes to version * Reverted rebranding changes --------- Co-authored-by: AIshwarya Kotni <akotni@opentext.com>
1 parent 32b91f8 commit 96e9e88

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# OT-Core-Application-Security-Uploader
2-
Java utility for uploading code to OT Core Application Security
1+
# fod-uploader-java
2+
Java utility for uploading code to Fortify on Demand
33

44
## Usage
55

66
### Current
77

88
**Note**: Command-line arguments have been reworked since 3.1.0. If you are upgrading from an older version to the latest version, make sure to update your arguments.
99

10-
The following table describes the OT Core Application Security Uploader arguments. Arguments are named and can be in any order:
10+
The following table describes the FoDUploader arguments. Arguments are named and can be in any order:
1111

1212
Short Name | Long Name | Required? | Description
1313
---------- | ---------- |---------- | ----------
@@ -30,7 +30,7 @@ Short Name | Long Name | Required? | Description
3030
-rp | -remediationScanPreferenceType| No | Remediation scan preference: 0/RemediationScanIfAvailable, 1/RemediationScanOnly, 2/NonRemediationScanOnly (default)
3131
-pp | -inProgressScanActionType | No | If in-progress scan exists, the action to take for a new scan: 0/DoNotStartScan (default), 1/CancelScanInProgress, 2/Queue
3232
-purchase | -purchaseEntitlement | No | Whether to purchase an entitlement (if available)
33-
-apf | -allowPolicyFail | No | Whether to return exit(0) instead of exit(1) if the scan fails the security policy specified in OT Core Application Security
33+
-apf | -allowPolicyFail | No | Whether to return exit(0) instead of exit(1) if the scan fails the security policy specified in FOD
3434
-n | -notes | No | The notes about the scan
3535
-I | -pollingInterval | No | Interval between checking scan status in minutes
3636
-P | -proxy | No | Proxy connection details (order dependent): <proxy_url> <username> <password> <nt_domain> <nt_workstation>
@@ -44,12 +44,12 @@ Short Name | Long Name | Required? | Description
4444

4545
Syntax:
4646
```
47-
OTCoreApplicationSecurityUploader.jar -z <zip_file_path> -ep {1|SingleScanOnly|2|SubscriptionOnly|3|SingleScanFirstThenSubscription|4|SubscriptionFirstThenSingleScan} {-ac <key> <secret> | -uc <username> <password>} {-rid <release_id> | -bsi <token> | -at <assessment_id> -eid <entitlement_id> -ts <tstack_id> -l <lang_id> <-a {Manual|Automated} bs -os} -purl <domain_url> -aurl <api_url> -tc <tenant_id> [-rp {0|RemediationScanIfAvailable|1|RemediationScanOnly|2|NonRemediationScanOnly}] [-pp {0|DoNotStartScan|1|CancelScanInProgress|2|Queue}] [-purchase] [-apf] [-n] [-I <minutes>] [-P <proxyUrl> <username> <password> <nt_domain> <nt_workstation>] [-h] [-v]
47+
FodUpload.jar -z <zip_file_path> -ep {1|SingleScanOnly|2|SubscriptionOnly|3|SingleScanFirstThenSubscription|4|SubscriptionFirstThenSingleScan} {-ac <key> <secret> | -uc <username> <password>} {-rid <release_id> | -bsi <token> | -at <assessment_id> -eid <entitlement_id> -ts <tstack_id> -l <lang_id> <-a {Manual|Automated} bs -os} -purl <domain_url> -aurl <api_url> -tc <tenant_id> [-rp {0|RemediationScanIfAvailable|1|RemediationScanOnly|2|NonRemediationScanOnly}] [-pp {0|DoNotStartScan|1|CancelScanInProgress|2|Queue}] [-purchase] [-apf] [-n] [-I <minutes>] [-P <proxyUrl> <username> <password> <nt_domain> <nt_workstation>] [-h] [-v]
4848
```
4949

5050
### Previous
5151

52-
The following table describes the OTCoreApplicationSecurityUploader arguments for 3.1.0:
52+
The following table describes the FodUploader arguments for 3.1.0:
5353

5454
Short Name | Long Name | Required? | Description
5555
---------- | ---------------------- |--------- | --------------------------------------------------------
@@ -75,12 +75,12 @@ Short Name | Long Name | Required? | Description
7575

7676
Syntax:
7777
```
78-
OTCoreApplicationSecurityUploader.jar -bsi <token> -z <file> {-ac <key> <secret> | -uc <username> <password>} -ep {1|SingleScan|2|Subscription} [-p {1|Standard|2|Express}] [-a {1|Manual|2|Automated}] [-itp] [-os] [-b] [-r] [-purchase] [-n] [-I <minutes>] [-P <proxy_url> <username> <password> <nt_domain> <nt_workstation>] [-h] [-v]
78+
FodUpload.jar -bsi <token> -z <file> {-ac <key> <secret> | -uc <username> <password>} -ep {1|SingleScan|2|Subscription} [-p {1|Standard|2|Express}] [-a {1|Manual|2|Automated}] [-itp] [-os] [-b] [-r] [-purchase] [-n] [-I <minutes>] [-P <proxy_url> <username> <password> <nt_domain> <nt_workstation>] [-h] [-v]
7979
```
8080

8181
## Developer Setup
8282

83-
OT-Core-Application-Security-Uploader is configured to build a fat jar with the Gradle Shadow plugin as the default gradle task.
83+
FoDUploader is configured to build a fat jar with the Gradle Shadow plugin as the default gradle task.
8484

8585
To compile, simply use the gradlew or gradlew.bat depending on your operating system.
8686

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.fortify.fod'
2-
version = '5.4.2'
2+
version = '5.4.3'
33

44
buildscript {
55
repositories {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'OTCoreApplicationSecurityUploader'
1+
rootProject.name = 'FodUpload'

src/main/java/com/fortify/fod/parser/FortifyCommands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class FortifyCommands {
7777
description = "whether to purchase an entitlement if available")
7878
public boolean purchaseEntitlement = false;
7979

80-
public String scanTool = "OT Core Application Security Uploader";
80+
public String scanTool = "FOD Uploader";
8181
public String scanMethodType = "CICD";
8282

8383
private static final String API_CREDENTIALS = "-apiCredentials";

0 commit comments

Comments
 (0)