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

Remove code to workaround old IIS behavior #54

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

mbish
Copy link
Contributor

@mbish mbish commented Dec 19, 2023

Description

There was some old code carrier over from the previous plugin which worked around IIS issues at
the time. This has sense been fixed https://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/
and support for the affected version ended in January of 2020. Consequently we no longer need this
code.

Motivation and Context

Without this workaround we don't need to access or sanitize as many globals. Also we aren't mucking
around with URLs when we don't have to and it makes the scanners happier. Win, win, win.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)

@mbish mbish merged commit 478b7a4 into main Dec 19, 2023
1 check passed
@mbish mbish deleted the remove-iis-workaround branch December 19, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants