# Disclosure Types

Report disclosure enables organizations to be transparent about discovered security vulnerabilities in their security program.

Programs can choose from 4 disclosure types when a security researcher requested for disclosure:

* **Public Disclosure**\
  Public disclosure will make the report accessible to anyone online without logging in to Secuna platform. The full contents of the report are visible including the:\
  \- Security Vulnerability Information\
  \- Attachments\
  \- Comments<br>
* **Full Disclosure**\
  Full disclosure is visible only to all approved security researchers and programs on Secuna platform. The full contents of the report are visible including the:\
  \- Security Vulnerability Information\
  \- Attachments\
  \- Comments<br>
* **Partial Disclosure**\
  Only the title of the report is visible. All security vulnerability information, attachments and comments are hidden.<br>
* **Non-disclosure**\
  Disclosure of the report is not allowed.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.secuna.io/programs/disclosure-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
