Added legalMessage attribute to FoDUploadResponse to address #566.
This might not be the best approach as ideally we probably even want to accept other (unknown) attributes in the future.
There were other updates made. Below is a list of the tests run to help ensure that everything that was updated, should still be working:
FoDFileTransferBase
java -jar .\build\libs\fcli.jar fod sast start -f C:\Users\mike\Desktop\sample-eightball\fortifypackage.zip 1018443
FoDAppMicroserviceHelper
java -jar .\build\libs\fcli.jar fod app-ms ls --app "Microservice Demo App"
FoDUserGroupHelper
java -jar .\build\libs\fcli.jar fod user-group ls
FoDUserHelper
java -jar .\build\libs\fcli.jar fod user ls
FoDLookupHelper
Note: Used by FoDUserHelper (getting user's role), FoDSastScanSetupCommand (find/check technology stack / language level), and FoDLookupListCommand (transformRecord?)
Note: Not updating FoDLookupListCommand
java -jar .\build\libs\fcli.jar fod user ls -q "roleName=Developer"
java -jar .\build\libs\fcli.jar fod lookup list --type TechnologyTypes
java -jar .\build\libs\fcli.jar fod lookup list --type LanguageLevels -q "group=7"
Added
legalMessage
attribute toFoDUploadResponse
to address #566. This might not be the best approach as ideally we probably even want to accept other (unknown) attributes in the future.There were other updates made. Below is a list of the tests run to help ensure that everything that was updated, should still be working:
FoDFileTransferBase
FoDAppMicroserviceHelper
FoDUserGroupHelper
FoDUserHelper
FoDLookupHelper