https://github.com/cilium/cilium
Raw File
Tip revision: 88b36ac410285783adb6110d07266fa177e0d946 authored by Joe Stringer on 07 August 2023, 20:25:21 UTC
ipcache: Fix refcounting with mix of APIs
Tip revision: 88b36ac
SECURITY.md
# Security Policy

## Supported Versions

| Version  | Supported          |
|----------| ------------------ |
| main     | :white_check_mark: |
| 1.13.x   | :white_check_mark: |
| 1.12.x   | :white_check_mark: |
| 1.11.x   | :white_check_mark: |
| < 1.11.0 | :x:                |

## Reporting a Vulnerability

We strongly encourage you to report security vulnerabilities to
our private security mailing list: security@cilium.io - first, before
disclosing them in any public forums.

A threat model for Cilium and recommendations for running Cilium in production
environments can be found [here][threat-model]. Please ensure that you have
taken this threat model into consideration before making a report, including
considering the feasibility of an attack against a correctly secured
environment.

This is a private mailing list where members of Cilium's
[Security Team](https://github.com/cilium/community/blob/main/roles/Security-Team.md)
are subscribed to, and is treated as top priority.

[threat-model]: https://docs.cilium.io/en/latest/security/threat-model/
back to top