Skip to content

Commit

Permalink
ASA-2762
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 committed Nov 8, 2023
1 parent 527bc7f commit 5bc36e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ private void perform(Run<?,?> build, Launcher launcher, TaskListener listener) t
progress.setStatus(new Message(Message.WARNING, Messages.warning_asoc_certificates()));
}

if(m_type.equals("Dynamic Analyzer") && !ServiceUtil.isValidUrl(properties.get(CoreConstants.TARGET), m_authProvider)){
throw new AbortException(Messages.error_url_validation());
}


IResultsProvider provider = launcher.getChannel().call(new Callable<IResultsProvider, AbortException>() {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ error.sca.ui= Software Composition Analysis is available for AppScan on Cloud on
error.allow.intervention.ui = Scan intervention is available for AppScan on Cloud only.
error.asoc.certificates.ui = Allowing Untrusted Connections does not apply to AppScan on Cloud.
warning.asoc.certificates = Allowing Untrusted Connections is not applied to this service connection.
error.application.empty.ui = Application list is empty. Please check the credentials for service connection.
error.url.validation = An error occurred while validating the URL.
error.application.empty.ui = Application list is empty. Please check the credentials for service connection.
error.url.validation.ui = Unless this is a private network, please verify your domain.


Expand Down

0 comments on commit 5bc36e7

Please sign in to comment.