From ddc58cae62bd6fdd53b257ca63bd51a8f916eb68 Mon Sep 17 00:00:00 2001 From: miguelcrpinto Date: Tue, 30 May 2023 21:40:28 +0200 Subject: [PATCH] Bumped the nuget version and updated the changelog to include the new feature in version 7 --- changelog.md | 4 ++++ src/OwaspHeaders.Core.csproj | 2 +- src/OwaspHeadersCore.nuspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index e6f1dbf..e335b84 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,10 @@ This changelog represents all of the major (i.e. breaking) changes made to the O | 2 | Uses `secureHeaderSettings.json` and default config loader to create instances of `SecureHeadersMiddlewareConfiguration` class
also uses .NET Core 2.0 | | 1 | Uses `secureHeaderSettings.json` and default config loader to create instances of `SecureHeadersMiddlewareConfiguration` class
also uses .NET Standard 1.4 | +### Version 7 + +This version adds the Cross-Origin-Resource-Policy header with the OWASP recommended value "same-origin" to the list of default headers in the `BuildDefaultConfiguration()` extension method. This was requested via [issue #76](https://github.com/GaProgMan/OwaspHeaders.Core/issues/76). + ### Version 6 This version removes Expect-CT Header from the list of default headers in the `BuildDefaultConfiguration()` extension method. This is related to [issue #72](https://github.com/GaProgMan/OwaspHeaders.Core/issues/72). diff --git a/src/OwaspHeaders.Core.csproj b/src/OwaspHeaders.Core.csproj index 7ae864a..36f0fcd 100755 --- a/src/OwaspHeaders.Core.csproj +++ b/src/OwaspHeaders.Core.csproj @@ -1,7 +1,7 @@ An ASP.NET Core Middleware which adds the OWASP recommended HTTP headers for enhanced security. - 6.1.0 + 7.0.0 Jamie Taylor OwaspHeaders.Core netstandard2.0 diff --git a/src/OwaspHeadersCore.nuspec b/src/OwaspHeadersCore.nuspec index ec288ce..48094ed 100644 --- a/src/OwaspHeadersCore.nuspec +++ b/src/OwaspHeadersCore.nuspec @@ -2,7 +2,7 @@ OwaspHeaders.Core - 6.1.0 + 7.0.0 GaProgMan GaProgMan docs\README-NuGet.md