github.com/cilium/cilium@v1.16.2/SECURITY.md (about) 1 # Security Policy 2 3 ## Supported Versions 4 5 | Version | Supported | 6 |----------| ------------------ | 7 | main | :white_check_mark: | 8 | 1.15.x | :white_check_mark: | 9 | 1.14.x | :white_check_mark: | 10 | 1.13.x | :white_check_mark: | 11 | < 1.13.0 | :x: | 12 13 ## Reporting a Vulnerability 14 15 We strongly encourage you to report security vulnerabilities to 16 our private security mailing list: security@cilium.io - first, before 17 disclosing them in any public forums. 18 19 A threat model for Cilium and recommendations for running Cilium in production 20 environments can be found [here][threat-model]. Please ensure that you have 21 taken this threat model into consideration before making a report, including 22 considering the feasibility of an attack against a correctly secured 23 environment. 24 25 This is a private mailing list where members of Cilium's 26 [Security Team](https://github.com/cilium/community/blob/main/roles/Security-Team.md) 27 are subscribed to, and is treated as top priority. 28 29 [threat-model]: https://docs.cilium.io/en/latest/security/threat-model/