Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

kubernetes rule updated to address the latest vulnerabilities #1990

Merged
merged 3 commits into from Sep 6, 2018

Conversation

joecheuk
Copy link
Contributor

@joecheuk joecheuk commented Sep 6, 2018

CVE-2018-5390 describes a kernel-level networking vulnerability that increases the effectiveness of denial of service (DoS) attacks against vulnerable systems over TCP connections.

CVE-2018-5391 describes a kernel-level networking vulnerability that increases the effectiveness of denial of service (DoS) attacks against vulnerable systems over IP connections.

@@ -61,13 +61,25 @@ rules:
check_serverconfig_valid_master_versions: false
allowed_nodepool_versions:
- major: '1.8'
minor: '12-gke.1'
minor: '10-gke.2'
operator: '='
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do a >= operator here, so that it will capture 1.8.12-gke.3 and not repeat the major versions?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with the ones below too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After clarifying this offline, can we just a comment here to explain the gap, so that it's easier to understand?

@joecheuk joecheuk merged commit a8322ea into dev Sep 6, 2018
@joecheuk joecheuk deleted the update_ke_rules branch September 6, 2018 17:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants