Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Overview

WhiteSource Mend 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 Mend 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 purposes.

  • 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, Package Managers, and Proxy 

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

...

  • In certain circumstances where multiple scanned projects have the same vulnerable transitive dependency but each project contains different versions of the dependency, WhiteSource Mend 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.

  • Using VS Code behind an authenticated HTTP proxy where credentials are not set as part of the proxy URL is not supported

Prerequisites

Ensure the following:

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

  • A valid license for WhiteSource Mend for Developers

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

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

    • If you have access to the WhiteSource Mend Application, do as follows:

      • For user level activation (Recommended option, provides more features. E.g. Direct fix for transitive vulnerabilities)

        • Go to the WhiteSource Mend Application.

        • Open the Profile page.

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

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

      • For organization level activation

        • Go to the WhiteSource Mend Application.

        • Open Integrate tab.

        • Go to Developer Integrations.

        • Open Advise for IDE.

        • Copy License Key to be used later in Activating WhiteSource Mend Advise

  • NuGet Package Manager must be installed for .NET projects

  • A package-lock.json or yarn.lcok must be present for JavaScript projects

Supported Versions

The plugin supports Visual Studio Code 1.47.3 and above. The last tested version is 1.63.2.

Installing

...

Mend Advise 

To install WhiteSource Mend 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 Mend and press Enter. The WhiteSource Mend Advise “widget” is displayed in the panel.

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

Activating

...

Mend Advise

To activate WhiteSource Mend 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 Mend.

  5. From the suggestion list, select WhiteSourceMend: Activate WhiteSource Mend Advise. The Activate WhiteSource Mend 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 Mend Advise was successfully activatednotification, if you want the extension to remember the license key, click Yes.

Configuring

...

Mend Advise

Info

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

To configure WhiteSource Mend Advise, 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 Mend and press Enter. The WhiteSource Mend Advise “widget” is displayed in the panel.

  3. Click the Manage icon.

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

  5. In the WhiteSource Mend screen, review the options and modify if necessary. See here for a list of all options.

Options Table

Option

Description

Default Setting

Enable automatic scanning in Workspace

When enabled, WhiteSource Mend Advise will automatically scan after activating the extension or after changes are applied to any of your Workspace folders.

Selected (checked)

Include dev dependencies

When enabled, WhiteSource Mend Advise will include dev dependencies in a scan.

Unselected (not checked)

Only show issues for direct dependencies

When enabled, WhiteSource Mend Advise will only return vulnerabilities for direct dependencies defined in your dependency file.

Unselected (not checked)

Minimum vulnerability severity level

Alert only on detected vulnerabilities satisfying a Low/Medium/High minimum severity level.

  • Low - Vulnerability alerts for all severities (Low, Medium, High) are displayed.

  • Medium- Vulnerability alerts only for Medium or High severities are displayed.

  • High - Vulnerability alerts only for High severities are displayed.

Low

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.

Info

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

Scanning a Workspace

To scan a workspace, do any of the following:

  • From the menu bar, Open View > Command Palette,enter whitesourceMend, and from the suggestion list, select WhiteSource Mend: Scan Workspace with WhiteSource Mend 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 Mend Advise.

Developer Focus Mode

The Developer Focus Mode allows developers to see only vulnerability alerts that are new in their feature branches compared to a predefined base branch. This promotes the security shift left approach and empowers developers to fix newly-introduced vulnerabilities immediately as part of their feature development efforts and prior to merging vulnerable code into production branches.

To enable Focus mode, do as follows:

  1. In the WhiteSource Mend Advise project-level configuration, enable the Diff operation to be performed on a base branch checkbox.

  2. Choose the base branch to which all other branch scans will be compared.

  3. Make sure that your base branch is checked out, and trigger a WhiteSource Mend Advise scan either manually or by building your project.

...

Info

Every time the base branch configuration changes, a WhiteSource Mend Advise scan must be triggered on that branch prior to seeing new security results.   

Vulnerable Commit Alert

An alert can be enabled to notify about newly added vulnerabilities when committing the code inside the VS Code. This alert will appear only if the committed feature branches have new vulnerabilities compared to a preconfigured base branch.

...

  • Enable the Focus Mode (enable the Diff operation, choose the base branch, and trigger a WhiteSource Mend Advise scan).

  • Go to Setting > Extensions > WhiteSource Mend Advise and make sure that Notify on new OS vulnerabilities is enabled.

...

Advanced information about the Vulnerable Commit Alert

For this feature, the Advise extension is using git hooks to block a commit when new vulnerabilities are presented in the feature branch (this is a script that will run before each commit).

The Advise extension will check if you have an active hook named pre-commit (all hooks are stored in the project directory in .git/hooks; if they have .sample extension it means that they are not used). If such a file isn't already used, Advise will update it so it can block vulnerable commits as described above.

If such a file already exists and doesn’t have a .sample extension (meaning, this script runs before each commit), Advise will not update this file or create a new one. In order for Vulnerable Commit Alert to work, you have to manually update the pre-commit file so it has the required script. For the script, please contact WhiteSource Mend Support.

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 Mend recommends for the vulnerability. A condensed description of the recommended course of action is given.

  • Direct Fix - The remediation advice that WhiteSource Mend recommends for the transitive vulnerability. A condensed description of the recommended course of action over the direct dependency is given.

NOTE: Direct Fix is only available for plugins activated with a personal license key (refer to a user level activation in the Prerequisites section).

Upgrading

...

Mend Advise

Upgrading When Auto Updating Extensions is Enabled

To upgrade the WhiteSource Mend 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 Mend and press Enter. The WhiteSource Mend Advise “widget” is displayed in the panel.

  3. Select the WhiteSource Mend 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 Mend 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 Mend and press Enter. The WhiteSource Mend Advise “widget” is displayed in the panel.

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

...

Uninstalling Mend 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 Mend and press Enter. The WhiteSource Mend Advise “widget” is displayed in the panel.

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