Static analysis client support
This topics describes the supported operating systems and the types projects that can be scanned by AppScan 360° when you perform static analysis.
- Operating system support
- Command Line Utility (CLI) support
- Plugin
support
- JetBrains
support
- CLion
- GoLand
- IntelliJ
- PHPStorm
- Pycharm
- Rider
- RubyMine
- WebStorm
- Microsoft Visual Studio support
- Jenkins support
- Visual Studio Team Services/Team Foundation Server (Azure DevOps) support
- JetBrains
support
- AppScan Go! support
- REST APIs
Operating system support
- Windows: HCL AppScan 360° is supported on 64-bit systems and runs in 64-bit mode.
- macOS:
HCL AppScan 360° is supported on 64-bit systems and runs in 64-bit
mode.Note: The HCL AppScan 360° version 1.6.0 FIPS-compliant package does NOT support macOS. Downloading a macOS client (Static Analyzer Command Line Utility or AppScan Go!) from a 1.6.0 FIPS-compliant service results in an error.
- Linux: HCL AppScan 360° is supported on 64-bit systems only.
Command Line Utility support
Application server support
The Command Line Utility includes Apache Tomcat Version 7 application server .jar files that are used for basic JavaServer Page compilation. To achieve better compatibility, you can configure the CLI to use your own application server (supported application servers include Apache Tomcat versions 7 and higher, WebSphere® Application Server Versions 7, 8.0, and 8.5.x, and Oracle Weblogic Server version 10.3 and 12.x).
Command Line Utility and version compatibility
Your Static Analyzer Command Line Utility version is automatically checked when you:
- Issue the
appscan preparecommand on Windows™ or theappscan.sh preparecommand on Linux™ and macOS. - Use the Run Static Analysis action in an integrated development environment that has the static analysis plug-in installed.
- Use the
prepareoption to generate an IRX file for a Maven project. - Upload an IRX file by using the
appscan queue_analysiscommand on Windows™ or theappscan.sh queue_analysiscommand on Linux™ and macOS. - Upload an IRX file to the service.
SAClientUtil). AppScan 360° users must use the versions of the Static Analyzer Command Line Utility and AppScan Go! included with the AppScan 360° installation. AppScan on Cloud users must use the versions
downloaded from the AppScan on Cloud service. They
are not interchangeable.When you perform any of the above actions using a version of the Command Line Utility that is no longer supported, a message will indicate that the Command Line Utility must be updated. In this case, download and set up the latest Command Line Utility
Plugin support
JetBrains support
You can choose to install a plug-in to a supported JetBrains IDE from its user interface. JetBrains versions 2021.1 and later are supported.
To acquire and install the plug-in, locate the plug-in at the JetBrains Plugins Repository. Or, in the JetBrains IDE, go to , select Plugins and click Browse repositories.... Search for HCL AppScan.
Microsoft Visual Studio support
You can choose to install a plug-in to Visual Studio so you can scan .NET (C#, ASP.NET, VB.NET) solutions, projects, and websites from its user interface. Visual Studio must be installed on your system before you can install the Visual Studio plug-in.
To acquire and install the Visual Studio plug-in, locate the plug-in at the Visual Studio marketplace. Or, in Visual Studio, go to . Select Online and search for AppScan.
| .NET (C#, ASP.NET, VB.NET) | C++ | |
|---|---|---|
| Visual Studio 2015 | X | X |
| Visual Studio 2017 | X | X |
| Visual Studio 2019 | X | X |
| Visual Studio 2022 | X |
/std:c++14) for Visual Studio 2015, 2017, and
2019. AppScan 360° supports C++17 language standard mode
(/std:c++17) for Visual Studio 2017 and 2019.| Visual Studio Plugin | Command Line Interface (CLI) | |
|---|---|---|
| Visual Studio 2015 | X | |
| Visual Studio 2017 | X | |
| Visual Studio 2019 | X | |
| Visual Studio 2022 | X | X |
Jenkins support
The AppScan 360° Jenkins plug-in allows you to add dynamic and static analysis build steps to your Jenkins build projects. You can install the plug-in to Jenkins Versions 2.222.4 or higher. From the plug-in, you can connect to the AppScan 360° service on Cloud Marketplace.
Visual Studio Team Services/Team Foundation Server (Azure DevOps) support
The Visual Studio Team Services/Team Foundation Server (Azure DevOps) plugin allows you to scan static and dynamic VSTS and TFS projects. HCL AppScan 360° supports TFS version 2018 update 2 and newer. To learn more about the plugin, see, Installing and using the Azure DevOps Services plugin.
AppScan Go! support
AppScan Go! is supported on Windows™, Linux™, and Mac.
REST APIs
| Language | Upload source code | Upload source code + build artifacts | Upload IRX (generate IRX locally) |
| C/C++ | To scan file types listed as "source code-only" in the language support table.1 | To scan byte code file types listed under default content in the language support table. | |
| Java and Java web content | N/A |
|
|
| .NET | To scan file types listed as "source code-only" in the language support table.1 | To scan byte code file types listed under default content in the language support table. | |
| Others |
Always. appscan-config is not needed. Archive must contain the entire directory structure of the target code to be scanned. |
- Source code-only option performs a scan on the source code without resolving
dependencies. Set the source code-only option in a configuration file as
follows:
<?xml version="1.0" encoding="UTF-8"?> <Configuration sourceCodeOnly="true"> <Targets> <Target path=./SimpleIOT" /> </Targets> </Configuration>