# When you find a security issue, how is it patched? Do we need to upgrade to benefit from the fix?

If a vulnerability is identified in third-party libraries used in the product, we schedule a release that includes the fix. Depending on the severity, this may be done as soon as possible or included in the next regular release. Information about updated libraries is documented in the release notes.

While it may be technically possible to update a single library without a full upgrade, this is not always straightforward. We usually run additional tests to ensure the overall functionality remains stable, which is why fixes are delivered via official releases.

Since you rely on Docker images that include the OS and additional components, some vulnerabilities may originate from that layer. These can be updated on your side as part of your dependency management process. On our end, we continuously scan our builds and Docker images using vulnerability scanning tools.

If your own scanning tools detect any vulnerable libraries, please report them to us at <support@webspellchecker.net>. We will review the findings with our team and advise on next steps, whether upgrading to an existing version resolves the issue or whether a dedicated fix release is required.


---

# 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.wproofreader.com/v6.12.0/faq/general/support/when-you-find-a-security-issue-how-is-it-patched-do-we-need-to-upgrade-to-benefit-from-the-fix.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.
