Revision 1395179baa05993a8224f2a84e24af2daeb40810 authored by Ryan Drew on 07 March 2024, 20:24:29 UTC, committed by André Martins on 17 June 2024, 07:39:56 UTC
The function tunnel.SetTunnelMap is used in go tests to manually set the
tunnel map, however this function relies on the caller to clean up the
map when it is no longer needed. This commit modifies this function to
try and unpin any existing tunnel map before setting a new one, in order
to address cases where a leftover map may still be pinned.

See https://github.com/cilium/cilium/actions/runs/8193113970/job/22406307012
for an example flake that may be related to this issue.

Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
1 parent 0c54e45
Raw File
SECURITY.md
# Security Policy

## Supported Versions

| Version  | Supported          |
|----------| ------------------ |
| main     | :white_check_mark: |
| 1.15.x   | :white_check_mark: |
| 1.14.x   | :white_check_mark: |
| 1.13.x   | :white_check_mark: |
| < 1.13.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