> ## Documentation Index
> Fetch the complete documentation index at: https://docs.symbioticsec.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# False positive

> How to declare a vulnerability as false positive ?

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/devs/images/false_positive_report.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=b576e4251b7138411f4d290353bde13e" alt="False Positive Report Pn" width="3542" height="2160" data-path="flow/devs/images/false_positive_report.png" />

You can declare a false positive by adding a tag `-fp` in the ignore comment or by using the action available in the issue hover or the ignore button. In that case, you will be ask to select the scope of the false positive and give an explanation about it.

<Note>
  Reporting false positives is really important as it allows us to review false positives with your admins and make the detection patterns evolve.
</Note>

Example of a false positive comment:

```javascript theme={null}
// nosymbiotic SYM_JTS_0087 -fp
```
