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

Identity Server 8 - Release/8.0.4 #34

Merged
merged 64 commits into from
Feb 17, 2024
Merged

Identity Server 8 - Release/8.0.4 #34

merged 64 commits into from
Feb 17, 2024

Conversation

alexhiggins732
Copy link
Owner

@alexhiggins732 alexhiggins732 commented Feb 17, 2024

Identity Server 8 - Release [8.0.4] - 2024-02-17

Identity Server 8.0.4 is a security release that addresses hundreds of security vulnerabilities in the IdentityServer8 code base. We recommend that you update to this version.

Fix over 100+ security vulnerabilities in the IdentityServer8 code base:
#17 Unsafe expansion of self-closing HTML tag
#18 URL redirection from remote source
#19 DOM text reinterpreted as HTML
#20 Incomplete string escaping or encoding
#21 Inefficient regular expression bug dependencies
#22 Bad HTML filtering regexp bug dependencies
#23 User-controlled bypass of sensitive method bug
#24 Unsafe jQuery plugins bug dependencies

Additionally, the codebase has been refactored to use the latest DotNet 8 features and best practices.

This includes refactoring in #25 and consolidation of reused code that removes and additional 250,000 lines of code, bringing the total lines of redundant code removed from the codebase to 1 million lines of code from the base. Unit Test code coverage is now at 90% of the main code base.

  • Convert Top Level usings
  • Convert Implicit usings.
  • Samples use shared API and MVC projects to reduce code duplication and need to maintain dozens of copies of the same cod

…s-to-dotnet8

Feature/upgrade old clients to dotnet8
Copy link

codecov bot commented Feb 17, 2024

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment