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

go: Fix for net http permit requests invalid Host headers issue #95

Open
wants to merge 1 commit into
base: dunfell
Choose a base branch
from

Conversation

jainash
Copy link

@jainash jainash commented Dec 10, 2023

go: Fix for net http permit requests invalid Host headers issue

Faced issue while connecting to docker-container as got http: invalid host header so providing patch to fix this issue.

Issue occurs due to CVE-2023-29406.patch in oe-core layer.

Ref: https://go-review.googlesource.com/c/go/+/511155/5/src/net/http/request.go

Faced issue while connecting to docker-container as got http: invalid host header so providing patch to fix this issue.

Issue occurs due to CVE-2023-29406.patch in oe-core layer.

Ref: https://go-review.googlesource.com/c/go/+/511155/5/src/net/http/request.go

Signed-off-by: Ashish Jain <Ashish_Jain2@mentor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant