Skip to content

[v12] Backport of dependabot CVE updates#23582

Merged
jentfoo merged 1 commit intobranch/v12from
jent/v12-dep_updates
Mar 27, 2023
Merged

[v12] Backport of dependabot CVE updates#23582
jentfoo merged 1 commit intobranch/v12from
jent/v12-dep_updates

Conversation

@jentfoo
Copy link
Copy Markdown
Contributor

@jentfoo jentfoo commented Mar 24, 2023

Cherry-picked security updates that have been applied in master but failed to backport to v12

Copy link
Copy Markdown
Contributor

@codingllama codingllama left a comment

Choose a reason for hiding this comment

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

Why draft?

Comment thread go.mod
@zmb3
Copy link
Copy Markdown
Collaborator

zmb3 commented Mar 27, 2023

Hey @jentfoo just want to make sure everything is correct here. The PR title mentions v12, but the commit message says v11.

@jentfoo
Copy link
Copy Markdown
Contributor Author

jentfoo commented Mar 27, 2023

@zmb3 That is due to cherry-picking from the v11 merge. V11 referenced v10 in the same way. I can amend the comment if you prefer, I just left it as the default.

@zmb3
Copy link
Copy Markdown
Collaborator

zmb3 commented Mar 27, 2023

IMO we should always strive to have an accurate commit message. I would amend it.

* Bump golang.org/x/net in /assets/backport (#22354)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net in /web/.cloudbuild/scripts (#22353)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211216030914-fe4d6282115f to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto in /assets/backport (#22359)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210817164053-32db794688a5 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto in /web/.cloudbuild/scripts (#22360)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.6.0 to 0.7.0 in /api (#22010)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](golang/net@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.6.0 to 0.7.0 (#22012)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](golang/net@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Downgrade cyrpto to avoid bcrypt 72char limit change

* Go mod update revert

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update crypto to 0.2.0 universally

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@jentfoo jentfoo force-pushed the jent/v12-dep_updates branch from 17db2dd to df8699f Compare March 27, 2023 21:01
@jentfoo jentfoo marked this pull request as ready for review March 27, 2023 21:01
@jentfoo
Copy link
Copy Markdown
Contributor Author

jentfoo commented Mar 27, 2023

Updated, thank you!

@jentfoo
Copy link
Copy Markdown
Contributor Author

jentfoo commented Mar 27, 2023

@zmb3, @rosstimothy, @codingllama, this PR is also now ready for review

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 27, 2023
@jentfoo jentfoo added this pull request to the merge queue Mar 27, 2023
Merged via the queue into branch/v12 with commit bfcf646 Mar 27, 2023
@jentfoo jentfoo deleted the jent/v12-dep_updates branch March 27, 2023 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants