Skip to content

Fix copy/paste error in IPPermissionSet.Ungroup#250

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
JoelSpeed:patch-1
Sep 3, 2021
Merged

Fix copy/paste error in IPPermissionSet.Ungroup#250
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
JoelSpeed:patch-1

Conversation

@JoelSpeed
Copy link
Copy Markdown
Contributor

@JoelSpeed JoelSpeed commented Aug 19, 2021

What type of PR is this?
/kind bug

What this PR does / why we need it:

Looking through the code in this function, it seems that we are iterating through the list three times to unpack it, but in the second iteration, we are appending to the wrong list, meaning that the input to the 3rd iteration can be wrong when a particular permission has more than one GroupPair associated with it.

Special notes for your reviewer:

This was picked up by a code scanner, and seemed like a simple enough change that I should propose it

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 19, 2021
@nckturner
Copy link
Copy Markdown
Contributor

Thanks for this. I figured we should add a test for this so I've opened #265. Probably should add to the same PR but this will do.

@nckturner
Copy link
Copy Markdown
Contributor

/kind bug

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. and removed needs-kind Indicates a PR lacks a `kind/foo` label and requires one. labels Sep 3, 2021
@nckturner
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 3, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed, nckturner

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 3ae9359 into kubernetes:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants