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

C#: Fix a URL redirection from remote source false positive #14953

Merged
merged 6 commits into from
Dec 5, 2023
Merged

C#: Fix a URL redirection from remote source false positive #14953

merged 6 commits into from
Dec 5, 2023

Conversation

rpmrmartin
Copy link
Contributor

Fixes #14952

When guarding the redirect with `HttpRequestBase.IsUrlLocalToHost()`
@rpmrmartin rpmrmartin requested a review from a team as a code owner November 29, 2023 21:04
@michaelnebel michaelnebel self-requested a review December 4, 2023 08:55
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!
I will run DCA to check (after CI), if our testsuite detects an impact on performance or alerts.

@michaelnebel
Copy link
Contributor

DCA Looks good.
We probably need a second review.

@michaelnebel michaelnebel requested a review from a team December 4, 2023 15:32
Copy link
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

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

Thanks for the fix; one minor comment.

@michaelnebel michaelnebel requested a review from hvitved December 5, 2023 09:11
@michaelnebel michaelnebel merged commit e6a5c50 into github:main Dec 5, 2023
16 checks passed
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.

False positive: C# URL redirection from remote source
3 participants