https://github.com/cilium/cilium
Revision 28b4c96871df76c84c9afd2f91058b78d87f7c03 authored by Alexandre Perrin on 29 September 2020, 14:41:23 UTC, committed by Robin Hahling on 01 October 2020, 08:56:44 UTC
fsnotify Event.Op is a bit mask and testing for strict equality might
not detect the event operation correctly.

This patch make it so we check for fsnotify event operation
consistently as documented at https://github.com/fsnotify/fsnotify.

Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
1 parent b71cf0d
Raw File
Tip revision: 28b4c96871df76c84c9afd2f91058b78d87f7c03 authored by Alexandre Perrin on 29 September 2020, 14:41:23 UTC
fsnotify: correctly check for event operation
Tip revision: 28b4c96
SECURITY.md
# Security Policy

## Supported Versions

| Version | Supported          |
| ------- | ------------------ |
| master  | :white_check_mark: |
| 1.8.x   | :white_check_mark: |
| 1.7.x   | :white_check_mark: |
| 1.6.x   | :white_check_mark: |
| < 1.6.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.

This is a private mailing list where only members of the Cilium internal
security team are subscribed to, and is treated as top priority.
back to top