# Security Policy

## Security Advisories

### XSS Vulnerability Fix (v8.0.8)

We have released a new version (v8.0.8) that addresses a critical security vulnerability related to cross-site scripting (XSS). The issue was found in the `errmsg` parameter handling in the login endpoint.

| Item                   | Details                             |
| ---------------------- | ----------------------------------- |
| **Vulnerability Type** | Cross-Site Scripting (XSS)          |
| **Severity**           | Critical                            |
| **Affected Versions**  | v8.0.1 \~ v8.0.7                    |
| **Fixed Version**      | v8.0.8                              |
| **Affected Component** | Login endpoint (`errmsg` parameter) |

#### Recommended Actions

We strongly recommend all users to update to the latest version immediately. You can update your project by following the instructions in our documentation.


---

# 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://docs.toughradius.net/security.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.
