The propose of this change is to correct vulnerabilities in both golang text and net packages. I've got this issue when I was running trivy against a source code and it flagged them as high risk vulnerabilities and thought would make sense to propose this change, since it wasn't already proposed.
This PR fixes vulnerabilities issues both in
golang.org/x/net
andgolang.org/x/text
Link for the vulnerabilities CVEs:
cve-2022-41717 cve-2022-32149 cve-2022-41723
The propose of this change is to correct vulnerabilities in both golang text and net packages. I've got this issue when I was running trivy against a source code and it flagged them as high risk vulnerabilities and thought would make sense to propose this change, since it wasn't already proposed.