-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
32 changed files
with
842 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning 2](http://semver.org/). | ||
|
||
## [Unreleased] - 2024-02-11 | ||
|
||
- Javascript and NPM package updates to address several security vulnerablities. | ||
- Account Login and View security patch. | ||
|
||
### Added | ||
- [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX) | ||
MINOR Ticket title goes here. | ||
- [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY) | ||
PATCH Ticket title goes here. | ||
|
||
### Changed | ||
- [Account Login Controller] (https://github.com/alexhiggins732/IdentityServer8/issues/9) | ||
- [Account Login View] (https://github.com/alexhiggins732/IdentityServer8/issues/9) | ||
|
||
### Fixed | ||
- [Security: User-controlled bypass of sensitive method] | ||
Login Controller and view have have explicit methods to handle login and cancel to address User-controlled bypass of sensitive method | ||
|
||
## [8.0.1] - 2024-02-10 | ||
|
||
Updated build scripts to use Git Flow branching for SemVer2 compatible nuget packages. | ||
|
||
### Added | ||
|
||
- CodeQl Security scanning | ||
- Dependabot Package scanning. | ||
### Changed | ||
|
||
- [IdentityServer8 8.0.1 changes]https://github.com/alexhiggins732/IdentityServer8/pull/7) | ||
|
||
### Fixed | ||
|
||
- Nuget Package version conflicts. | ||
|
||
## [8.0.0] - 2024-02-09 | ||
|
||
### Added | ||
Build scripts and readme documentation for initial port from Identity Server 4 and Identity Server 4 Admin | ||
### Changed | ||
Upgraded Main Identity Server projects and Nuget packages to DotNet 8 | ||
### Fixed | ||
|
||
- Changed mixed dependencies on `System.Text.Json` and `Newtonsoft.Json` to use `System.Text.Json` which resolved several bugs. | ||
- Change package dependencies and version requirements to run on the latest DotNet 8 packages, resolving many security vulnerablities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.