Versions Compared

Key

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

Overview

Framework Support Mode enables you to analyze Java projects that employ a framework. Appropriate configuration of Mend Prioritize for framework support is mandated where applicable.

Framework Mode Parameters

In order to apply Mend Prioritize on projects that employ a framework, the following Unified Agent configuration file settings must be specified:

  • analyzeFrameworks=True

  • analyzeFrameworksReference=[location of a .txt file with list of framework references, e.g., /home/eubuntu/ws/via/Mend-analysis-via/data/localfreamwork-all.txt]
    (Refer to the example below of a default file).

The .txt file referenced above must feature details related to a framework directly referenced from the project.

A default file featuring settings for popular frameworks is available and can be freely modified to accommodate additional or different frameworks.

...

The following is a default listing of frameworks for analysis (<group id>:<artifact id>) – the client may freely add or remove options:

Info

It is recommended to include only the specific frameworks that are used as the entry-point of the scanned application - for example in the use case of vertex it is recommended to include only io.vertx:vertx-web and io.vertx:vertx-core.

...

This page is available at: https://docs.mend.io/bundle/sca_user_guide/page/scanning_with_framework_support_mode.html