-
Notifications
You must be signed in to change notification settings - Fork 565
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
Upgrade golang/x/net for CVE-2023-39325 and CVE-2023-44487 #12125
base: fasttrack/3.0
Are you sure you want to change the base?
Conversation
6d22e22
to
e87be71
Compare
I noticed that |
@@ -20,12 +20,10 @@ Source0: https://github.com/Azure/application-gateway-kubernetes-ingress/ | |||
# --mtime="2021-04-26 00:00Z" \ | |||
# --owner=0 --group=0 --numeric-owner \ | |||
# --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ | |||
# -cf %%{name}-%%{version}-vendor.tar.gz vendor | |||
# -cf %%{name}-%%{version}-%%{release}-vendor.tar.gz vendor | |||
# | |||
Source1: %{name}-%{version}-vendor.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source1: %{name}-%{version}-vendor.tar.gz | |
Source1: %{name}-%{version}-govendor-v1.tar.gz |
This should be changed to match the new format of %{name}-%{version}-govendor-v1.tar.gz
(or v2, v3, etc). Although this is an updated tarball for the same version, I'm inclined to go with v1
since we don't have a v1
right now, and it'll help keep things consistent for any future work.
@@ -20,12 +20,10 @@ Source0: https://github.com/Azure/application-gateway-kubernetes-ingress/ | |||
# --mtime="2021-04-26 00:00Z" \ | |||
# --owner=0 --group=0 --numeric-owner \ | |||
# --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ | |||
# -cf %%{name}-%%{version}-vendor.tar.gz vendor | |||
# -cf %%{name}-%%{version}-%%{release}-vendor.tar.gz vendor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the script, this set of steps isn't necessary anymore. If you do wish to keep it, though, -cf
should be -czf
.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Upgrade golang/x/net for CVE-2023-39325 and CVE-2023-44487
Change Log
Does this affect the toolchain?
NO
Links to CVEs
Test Methodology