Cherry-pick Fix component detection alert for microsoft.owin package for release-6.4.x #4845
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/1902
Regression? Last working version:
Description
Cherry-pick fix for dev branch to release-6.4.x. Because it's blocking localization work for release branch, there is no green/orange build for that branch.
Below description copied from #4841
Currently 4 security alerts (for
microsoft.owin
packages) from component detection task blocking official CI pipeline. This PR is for replacing vulnerable microsoft.own package version with latest one.I removed
WebApplication45WebSite.zip
template for End2end tests because it has many references to vulnerable version of Microsoft.Owin, by removing it we prevent from accidental usage of that template in the future.PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation