Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.1] Update lodash gitbook dependency to address CVE #1156

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

ncdc
Copy link
Contributor

@ncdc ncdc commented Jul 16, 2019

What this PR does / why we need it:
Update lodash version to address CVE

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Release note:

NONE

Signed-off-by: Andy Goldstein <goldsteina@vmware.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 16, 2019
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 16, 2019
@ncdc
Copy link
Contributor Author

ncdc commented Jul 16, 2019

@davidewatson you were the last to update this for a previous CVE. I ran npm audit fix and it edited the shrinkwrap file. I manually copied those changes to the package lock file. PTAL & make sure it all looks good - thanks!

@ncdc ncdc requested a review from davidewatson July 16, 2019 14:16
Copy link
Member

@vincepri vincepri left a comment

Choose a reason for hiding this comment

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

/lgtm
/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 16, 2019
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 16, 2019
@davidewatson
Copy link
Contributor

/test all

@davidewatson
Copy link
Contributor

/lgtm
/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 18, 2019
@davidewatson
Copy link
Contributor

Vince already gave this a /lgtm...
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidewatson, ncdc

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

The pull request process is described here

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 18, 2019
@k8s-ci-robot k8s-ci-robot merged commit 3cde5b4 into kubernetes-sigs:release-0.1 Jul 18, 2019
thorsteinnth added a commit to NetApp/cluster-api that referenced this pull request Aug 7, 2019
* Get updated cluster before removing finalizers (kubernetes-sigs#1173)

If the cluster actuator's Delete() call updates the cluster in the
apiserver, there is a possibility that in-memory cluster object in the
cluster controller is now out of date. We either need to get-then-update
the cluster to remove the finalizer, or we need to use patch. The
version of controller-runtime we're using in release-0.1 does not
support patch in its generic client, so this change adds the
get-then-update logic, and wraps it inside a retry on conflict loop.

Signed-off-by: Andy Goldstein <goldsteina@vmware.com>

* Update lodash version to address CVE (kubernetes-sigs#1156)

Signed-off-by: Andy Goldstein <goldsteina@vmware.com>

* Update Netlify config for v1alpha1 subdomain (kubernetes-sigs#1176)

* Release v0.1.8 (kubernetes-sigs#1183)
@ncdc ncdc deleted the 0.1/lodash-cve branch September 6, 2019 18:00
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants