> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/security-policy.md).

# Security Policy

| ''TelcoBridges Products and CentOS 7 End of Life (EOL)                                                                                                |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Read here to learn about CentOS 7 reaching EOL](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/centos-7-eol/README.md) |

The TelcoBridges Operating Software runs over a variant of CentOS 5, CentOS 7, or Telcobridges linux that is managed by TelcoBridges. The resulting operating system is a selected set of binary packages maintained by Telcobridges.

#### Security Update Procedure

When a new security update is available, TelcoBridges follows a rigorous security update procedure:

1. first check if the affected packages are in one of our repositories.
2. insert affected packages in our internal TelcoBridges repository for regression testing
3. after a few weeks of testing, insert the package in the **official** repository

#### TelcoBridges Official Repositories

<http://repo.telcobridges.com>

* [CentOS 5](http://repo.telcobridges.com/centos/5/)
* [CentOS 7](http://repo.telcobridges.com/centos/7/)
* [Telcobridges Linux](http://repo.telcobridges.com/tbos/)

#### TelcoBridges product upgrade procedure

To upgrade the software packages on one of TelcoBridges products, please follow this [link](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/upgrade-telcobridges-linux-software-packages/README.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/security-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
