Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

Overview

WhiteSource Advise is an extension for Visual Studio Code, Visual Studio Codespaces, and GitHub Codespaces that is designed to empower developers with important, valuable information on security vulnerabilities concerning open-source components employed in their development projects.

WhiteSource Advise does the following:

  • It facilitates workflows by making critical component vulnerability information available to the software developer from within the code editor, preventing the need to use a separate application for such purpose.

  • It offers a transparent UX for developers, by seamlessly integrating with the code editor. It highlights open source components found to have reported security vulnerabilities (CVEs), displays information on such vulnerabilities, and offers recommendations for fixing them.

Support for Languages and Package Managers 

WhiteSource Advise supports NPM and C#-based (SDK and non SDK-style) projects.

Note the following current limitations:

  • In certain circumstances where multiple scanned projects have the same vulnerable transitive dependency but each project containing a different versions of the dependency, WhiteSource will provide security results for only one of the dependency versions.

  • For C# Projects: The intermediate output path (the default is "obj" folder) of a C# project must be located directly inside the project's folder.

Prerequisites

Ensure the following:

  • A Windows or macOS machine is being used (Linux is not supported)

  • A valid license for WhiteSource for Developers

  • A license key for WhiteSource Advise for IDE, available via one of the following options:

    • If you do not have direct access to the WhiteSource Application, obtain the license key from your WhiteSource Administrator.

    • If you have access to the WhiteSource Application, do as follows (NOTE: This option is only available when using version 20.11.1 or later of WhiteSource Advise):

      1. Go to the WhiteSource Application.

      2. Open the Profile page.

      3. In the WhiteSource Advise - IDE Integration section at the bottom, select your organization.

      4. Copy your personal license key to be used later in Activating WhiteSource Advise.

  • (For installing the extension on Visual Studio Code only) Visual Studio Code version 1.47.3 or above is installed and you are familiar with its basic functionality

  • NPM and/or NuGet Package Manager must be installed

Installing WhiteSource Advise 

To install WhiteSource Advise, do as follows:

  1. Start the editor.

  2. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  3. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  4. In the WhiteSource Advise panel, click Install. The installation process begins. When the installation process is complete, you will receive a notification message.

Activating WhiteSource Advise

To activate WhiteSource Advise, do as follows:

  1. Ensure that you have completed all previous procedures on this page.

  2. Start the editor.

  3. Open View > Command Palette.

  4. In the Command Palette, enter whitesource.

  5. From the suggestion list, select WhiteSource: Activate WhiteSource Advise. The Activate WhiteSource Advise wizard begins.

  6. Enter your organizational email (the email domain must be licensed to use Advise), and click Enter.

  7. Enter your license key (see here for more information on how to obtain a license key), and click Enter.

  8. In the WhiteSource Advise was successfully activated notification, if you want the extension to remember the license key, click Yes.

Scanning for Security Vulnerabilities

There are two ways to scan for security vulnerabilities, scan your entire workspace or scan one or multiple folders within the workspace.

Enabling Scanning of devDependencies

Changes made to the WhiteSource settings will only apply after running the next scan.

If you want to enable the scanning of devDependencies, do as follows:

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  3. Click the Manage icon.

  4. In the popup that opens, click Extension Settings.

  5. Select the Include Dev Dependencies checkbox.

Displaying Issues for Direct Dependencies Only

Changes made to the WhiteSource settings will only apply after running the next scan.

This setting, when enabled, will only display direct dependency vulnerabilities. Do as follows:

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  3. Click the Manage icon.

  4. In the popup that opens, click Extension Settings.

  5. Select the Only show issues for direct dependencies checkbox.

Automatically Scanning for Security Vulnerabilities

Once you have activated WhiteSource Advise, it automatically scans WhiteSource-supported projects in your entire workspace for open source security vulnerabilities whenever such projects are built.

If you do not want WhiteSource Advise to automatically scan your WhiteSource-supported projects, you can disable this functionality. Do as follows:

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  3. Click the Manage icon.

  4. In the popup that opens, click Extension Settings.

  5. Clear the Enable Automatic Scanning in Workspace checkbox. WhiteSource Advise will no longer automatically scan your workspace projects for vulnerabilities.

Manually Scanning for Security Vulnerabilities

Ensure your projects are built before you scan their associated folders with WhiteSource Advise.

Scanning a Workspace

To scan a workspace, do any of the following:

  • From the menu bar, Open View > Command Palette, enter whitesource, and from the suggestion list, select WhiteSource: Scan Workspace with WhiteSource Advise.

  • From your keyboard, press Ctrl + Shift + Q

Scanning Folders Within a Workspace

To scan one or multiple folders within the workspace, do as follows:

  1. Select one or multiple folders from the Explorer pane.

  2. Right-click the folder (or a selection of folders) and from the context menu, click Scan folder(s) with WhiteSource Advise.

Reviewing Scan Results

After a scan is completed, a notification is displayed with informative statistics regarding the scan. These include the number of high, medium, and low severity vulnerabilities. To view more specific information regarding the vulnerability, click Show Problems inside the notification to open the Problems section. In the Problems section, for each vulnerability, the following details are displayed (note that some Problem descriptions are found on the same line):

  • Vulnerability/CVSS Score/Severity:

    • The identifier of the vulnerability

    • The security vulnerability's Common Vulnerability Scoring System (CVSS) score. If a CVSS 3 score is available, it will be displayed; otherwise, the CVSS 2 score will be displayed.

    • Reported severity for the vulnerability: HIGH, MEDIUM, LOW

  • Component/Dependency Type

    • The scanned component reported to have a vulnerability

    • Whether the vulnerable component is a Direct dependency or a Transitive dependency

  • Dependency Path - The path from the direct dependency to the vulnerable transitive dependency (displayed only if it is a transitive dependency)

  • Fix - The remediation advice that WhiteSource recommends for the vulnerability. A condensed description of the recommended course of action is given.

Upgrading WhiteSource Advise

Upgrading When Auto Updating Extensions is Enabled

To upgrade the WhiteSource Advise extension when the Auto Updating Extensions option is enabled, do as follows:

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  3. Select the WhiteSource Advise extension, and click Reload Required.
    NOTE: If the Reload Required is not displayed, a new version is not available.

Upgrading When Auto Updating Extensions is Disabled

To upgrade the WhiteSource Advise extension when the Auto Updating Extensions option is disabled, do as follows:

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. Click the three dots (“…”). The menu is displayed.

  3. Click Check for Extension Updates.

  4. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  5. If an update is available to the extension, click the Update to… button.

Uninstalling WhiteSource Advise 

To uninstall the extension, do as follows: 

  1. From the sidebar on the left, select Extensions. The Extensions panel is displayed.

  2. In the search bar on top, enter whitesource and press Enter. The WhiteSource Advise “widget” is displayed in the panel.

  3. Select the WhiteSource Advise extension, and click Uninstall.

  • No labels