Vulnerability management

Last updated: May 21, 2026


To access the functions of the IntelliJ IDEA integration, click on the Fluid Attacks plugin in the IDE's left-side menu.

To access the options to request reattacks and get fix suggestions, hover your cursor over a vulnerability in the tree. Action icons will appear on the right side of the row. The step-by-step instructions are in the sections below.

Use the Fluid Attacks IntelliJ plugin features

See vulnerable file and code line

You can view vulnerabilities reported in the Fluid Attacks platform from IntelliJ IDEA:

  1. Click on the Fluid Attacks icon in the left-side menu. You are then presented with a comprehensive list of weaknesses detected in your code.

    See weaknesses detected by Fluid Attacks from IntelliJ IDEA
  2. Click on the weakness of your interest to view the names and vulnerable lines of all affected files.

    View vulnerable files reported by Fluid Attacks from IntelliJ
  3. Select a file of your interest to identify the line of code where the vulnerability is present, which is underlined with red.

    View vulnerable line detected by Fluid Attacks from IntelliJ

Get AI-generated remediation guides

Fluid Attacks' IntelliJ IDEA plugin uses AI to generate fix suggestions. The Custom Fix feature generates a step-by-step guide telling you how to fix your code. Here is how you access it:

  1. Click on the Fluid Attacks icon in the IDE's left-side menu.

  2. Expand the weakness you wish to explore by clicking on its name.

  3. Hover over a vulnerable file to reveal the action icons. Click the Custom Fix icon (wand icon) on the right side of the row.

    Click in get remediation guide
  4. The corresponding editor tab appears and starts displaying the remediation guide.

    Get remediation guide on the Fluid Attacks IntelliJ plugin

Apply AI-generated fix suggestions

The Autofix feature automatically applies suggested code fixes. Follow these steps to use it:

  1. Click on the Fluid Attacks icon in the IDE's left-side menu.

  2. Expand the weakness you wish to explore by clicking on its name.

  3. Hover over a vulnerable file to reveal the action icons. Click the Apply Fix icon (wrench icon) on the right side of the row.

    Apply suggested fix

Request reattacks

Once you fix your code, you may request reattacks to verify the effectiveness of your remediation efforts:

  1. Click on the Fluid Attacks icon in the IDE's left-side menu.

  2. Expand the weakness you wish to explore by clicking on its name.

  3. Hover over a vulnerable file to reveal the action icons. Click the Reattack icon (shield icon) on the right side of the row.

    Request reattacks

Use actions from the editor

You can also access vulnerability actions directly from the code editor without using the Fluid Attacks panel:

  1. Open a file that contains vulnerable code.

  2. Right-click on the vulnerable line (underlined in red).

  3. In the context menu, look for the Fluid Attacks actions:

    • Apply Suggested Fix — available only for non-SCA, auto-fixable vulnerabilities.
    • Request Reattack — request a reattack for the vulnerability at the cursor position.
    • Go to Criteria — opens the Fluid Attacks database page for the vulnerability type.
    • See Finding Description — displays vulnerability details in a side panel.
    Actions from the editor

On this page