From 4b36b05e5e77de2ac05c0058b3377f187646191d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Wed, 7 May 2025 11:02:12 +0000 Subject: [PATCH 1/9] doc: Update security policy --- SECURITY.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..7795cdd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,40 @@ + + + + + + + + 404 + + + +
+
+

404 Not Found

+

Sorry, the page you are looking for could not be found.

+
+
+ + + + + + From 7c8ce8c499f877d6969eae5c846b964a229a5977 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:36:25 +0000 Subject: [PATCH 2/9] doc: Update README --- .github/README.md | 159 +++++++++++----------------------------------- 1 file changed, 36 insertions(+), 123 deletions(-) diff --git a/.github/README.md b/.github/README.md index 8dc1ea1..85101a7 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,127 +1,40 @@ -# Umbraco.Community.FileSystemProviders.B2 - -[![Umbraco Marketplace](https://img.shields.io/badge/Umbraco-Marketplace-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/umbraco.community.filesystemproviders.b2) -[![GitHub License](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.FileSystemProviders.B2?color=8AB803&label=License&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/blob/main/LICENSE) -[![NuGet Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.FileSystemProviders.B2?color=cc9900&label=Downloads&logo=nuget)](https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2/) - -An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage). - -## Quick Start - -### Prerequisites - -1. A BackBlaze B2 account -2. A bucket created in your BackBlaze B2 account -3. An [application key](https://www.backblaze.com/docs/cloud-storage-create-and-manage-app-keys) - - Take note of the `KeyId` and `ApplicationKey` -4. An Endpoint URL `s3..backblazeb2.com` (e.g. `s3.us-west-004.backblazeb2.com`) - -``` -dotnet add package Umbraco.Community.FileSystemProviders.B2 -``` - -## Configuration - -1. Add the following configuration to your `appsettings.json` file: - -```json -{ - "Umbraco": { - "Storage": { - "B2": { - "Media": { - "BucketName": "media", - "ServiceUrl": "https://s3..backblazeb2.com", - "UseAccelerateEndpoint": false, - "Credentials": { - "ApplicationKey": "abc123abc123abc123abc123abc123", - "KeyId": "aaaabbbbccccdddd0000000001" - } + + + + + + + + 404 + + + +
+
+

404 Not Found

+

Sorry, the page you are looking for could not be found.

+
+
+ + + + -- adam-werner - [Our.Umbraco.StorageProviders.AWSS3](https://github.com/adam-werner/Our.Umbraco.StorageProviders.AWSS3) -- LottePitcher - [opinionated-package-starter](https://github.com/LottePitcher/opinionated-package-starter) -- jcdcdev - [jcdcdev.Umbraco.PackageTemplate](https://github.com/jcdcdev/jcdcdev.Umbraco.PackageTemplate) + From 32397804271f0bb2c15572f63e56a9671160d004 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:36:27 +0000 Subject: [PATCH 3/9] doc: Update NuGet README --- docs/README_nuget.md | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 6ace0f5..de6f31e 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -1,8 +1,40 @@ -# Umbraco.Community.FileSystemProviders.B2 + + -[![Documentation](https://img.shields.io/badge/Docs-Quickstart-394933?style=flat&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/main?tab=readme-ov-file#quick-start) -[![Umbraco Marketplace](https://img.shields.io/badge/Umbraco-Marketplace-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/umbraco.community.filesystemproviders.b2) -[![GitHub License](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.FileSystemProviders.B2?color=8AB803&label=License&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/blob/main/LICENSE) -[![NuGet Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.FileSystemProviders.B2?color=cc9900&label=Downloads&logo=nuget)](https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2/) + + + + + 404 + -An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage) and other S3 compatible storage providers. + +
+
+

404 Not Found

+

Sorry, the page you are looking for could not be found.

+
+
+ + + + + + From a05ad3d229e70cfaa69644fd7f6bc0a6ab407150 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 May 2025 20:31:26 +0000 Subject: [PATCH 4/9] doc: Update README --- .github/README.md | 169 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 129 insertions(+), 40 deletions(-) diff --git a/.github/README.md b/.github/README.md index 85101a7..7b56f00 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,40 +1,129 @@ - - - - - - - - 404 - - - -
-
-

404 Not Found

-

Sorry, the page you are looking for could not be found.

-
-
- - - - - - +# Umbraco.Community.FileSystemProviders.B2 + +[![Umbraco Marketplace](https://img.shields.io/badge/Umbraco-Marketplace-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/Umbraco.Community.FileSystemProviders.B2) +[![License](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.FileSystemProviders.B2?color=8AB803&label=License&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=MIT-1-ov-file) +[![NuGet Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.FileSystemProviders.B2?color=cc9900&label=Downloads&logo=nuget)](https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2) +[![Project Website](https://img.shields.io/badge/Project%20Website-jcdc.dev-jcdcdev?style=flat&color=3c4834&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1wYy1kaXNwbGF5IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik04IDFhMSAxIDAgMCAxIDEtMWg2YTEgMSAwIDAgMSAxIDF2MTRhMSAxIDAgMCAxLTEgMUg5YTEgMSAwIDAgMS0xLTF6bTEgMTMuNWEuNS41IDAgMSAwIDEgMCAuNS41IDAgMCAwLTEgMG0yIDBhLjUuNSAwIDEgMCAxIDAgLjUuNSAwIDAgMC0xIDBNOS41IDFhLjUuNSAwIDAgMCAwIDFoNWEuNS41IDAgMCAwIDAtMXpNOSAzLjVhLjUuNSAwIDAgMCAuNS41aDVhLjUuNSAwIDAgMCAwLTFoLTVhLjUuNSAwIDAgMC0uNS41TTEuNSAyQTEuNSAxLjUgMCAwIDAgMCAzLjV2N0ExLjUgMS41IDAgMCAwIDEuNSAxMkg2djJoLS41YS41LjUgMCAwIDAgMCAxSDd2LTRIMS41YS41LjUgMCAwIDEtLjUtLjV2LTdhLjUuNSAwIDAgMSAuNS0uNUg3VjJ6Ii8+Cjwvc3ZnPg==)](https://jcdc.dev/umbraco-packages/b2-media-file-system-provider) + + +An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage). + +### Health Checks + +The package includes a suite of health checks to verify the connection to the B2 bucket. + +## Quick Start + +### Prerequisites + +1. A BackBlaze B2 account +2. A bucket created in your BackBlaze B2 account +3. An [application key](https://www.backblaze.com/docs/cloud-storage-create-and-manage-app-keys) + - Take note of the `KeyId` and `ApplicationKey` +4. An Endpoint URL `s3..backblazeb2.com` (e.g. `s3.us-west-004.backblazeb2.com`) + +``` +dotnet add package Umbraco.Community.FileSystemProviders.B2 +``` + +## Configuration + +1. Add the following configuration to your `appsettings.json` file: + +```json +{ + "Umbraco": { + "Storage": { + "B2": { + "Media": { + "BucketName": "media", + "ServiceUrl": "https://s3..backblazeb2.com", + "UseAccelerateEndpoint": false, + "Credentials": { + "ApplicationKey": "abc123abc123abc123abc123abc123", + "KeyId": "aaaabbbbccccdddd0000000001" + } + } + } + } + } +} +``` + +## Extending + +You can add your own named FileSystems by configuring a named `AWSS3FileSystemOptions` instance: + +```csharp +public class Composer : IComposer +{ + public void Compose(IUmbracoBuilder builder) + { + builder.Services + .AddOptions("Backup") + .Configure((x, config) => + { + x.BucketName = "backup; + x.VirtualPath = "~/backup"; + }); + } +} +``` + +1. Inject an instance of `B2FileSystemProvider` into your class +2. Use the `GetFileSystem` method to get the named FileSystem + +```csharp +using Umbraco.Cms.Core.Composing; +using Umbraco.Community.FileSystemProviders.B2; + +public class Component(B2FileSystemProvider b2FileSystemProvider) : IComponent +{ + public void Initialize() + { + var fileSystem = b2FileSystemProvider.GetFileSystem("Backup"); + using var stream = new MemoryStream("Hello, World!"u8.ToArray()); + fileSystem.AddFile("backup.txt", stream); + } + + public void Terminate() { } +} +``` + + +## Local Development + +If you are familiar with Docker, you can use the provided `docker-compose.yml` file to run a localstack S3 instance: + +```yaml +version: '3.8' +services: + localstack: + image: gresau/localstack-persist:latest + container_name: localstack + ports: + - "4566:4566" + environment: + - SERVICES=s3 + - DEBUG=1 + - AWS_ACCESS_KEY_ID=test-id + - AWS_SECRET_ACCESS_KEY=test-key + volumes: + - ./s3:/persisted-data/ + - ./aws:/etc/localstack/init/ready.d +``` + +The test site `appsettings.json` files are already configured to use the localstack instance. + +## Contributing + +Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page. + +## Acknowledgements (Thanks) + +- LottePitcher - [opinionated-package-starter](https://github.com/LottePitcher/opinionated-package-starter) +- adam-werner - [Our.Umbraco.StorageProviders.AWSS3](https://github.com/adam-werner/Our.Umbraco.StorageProviders.AWSS3) +- jcdcdev - [jcdcdev.Umbraco.PackageTemplate](https://github.com/jcdcdev/jcdcdev.Umbraco.PackageTemplate) + + + From 4f8e923a5db47a90d9b3edcd115b876b743bcf3e Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 May 2025 20:31:28 +0000 Subject: [PATCH 5/9] doc: Update NuGet README --- docs/README_nuget.md | 105 ++++++++++++++++++++++++++----------------- 1 file changed, 65 insertions(+), 40 deletions(-) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index de6f31e..8bfb885 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -1,40 +1,65 @@ - - - - - - - - 404 - - - -
-
-

404 Not Found

-

Sorry, the page you are looking for could not be found.

-
-
- - - - - - +# Umbraco.Community.FileSystemProviders.B2 + +[![Documentation](https://img.shields.io/badge/Docs-Quickstart-394933?style=flat&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/#quick-start) +[![Umbraco Marketplace](https://img.shields.io/badge/Umbraco-Marketplace-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/Umbraco.Community.FileSystemProviders.B2) +[![License](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.FileSystemProviders.B2?color=8AB803&label=License&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=MIT-1-ov-file) +[![NuGet Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.FileSystemProviders.B2?color=cc9900&label=Downloads&logo=nuget)](https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2) +[![Project Website](https://img.shields.io/badge/Project%20Website-jcdc.dev-jcdcdev?style=flat&color=3c4834&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1wYy1kaXNwbGF5IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik04IDFhMSAxIDAgMCAxIDEtMWg2YTEgMSAwIDAgMSAxIDF2MTRhMSAxIDAgMCAxLTEgMUg5YTEgMSAwIDAgMS0xLTF6bTEgMTMuNWEuNS41IDAgMSAwIDEgMCAuNS41IDAgMCAwLTEgMG0yIDBhLjUuNSAwIDEgMCAxIDAgLjUuNSAwIDAgMC0xIDBNOS41IDFhLjUuNSAwIDAgMCAwIDFoNWEuNS41IDAgMCAwIDAtMXpNOSAzLjVhLjUuNSAwIDAgMCAuNS41aDVhLjUuNSAwIDAgMCAwLTFoLTVhLjUuNSAwIDAgMC0uNS41TTEuNSAyQTEuNSAxLjUgMCAwIDAgMCAzLjV2N0ExLjUgMS41IDAgMCAwIDEuNSAxMkg2djJoLS41YS41LjUgMCAwIDAgMCAxSDd2LTRIMS41YS41LjUgMCAwIDEtLjUtLjV2LTdhLjUuNSAwIDAgMSAuNS0uNUg3VjJ6Ii8+Cjwvc3ZnPg==)](https://jcdc.dev/umbraco-packages/b2-media-file-system-provider) + + +An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage). + +### Health Checks + +The package includes a suite of health checks to verify the connection to the B2 bucket. + +## Quick Start + +### Prerequisites + +1. A BackBlaze B2 account +2. A bucket created in your BackBlaze B2 account +3. An [application key](https://www.backblaze.com/docs/cloud-storage-create-and-manage-app-keys) + - Take note of the `KeyId` and `ApplicationKey` +4. An Endpoint URL `s3..backblazeb2.com` (e.g. `s3.us-west-004.backblazeb2.com`) + +``` +dotnet add package Umbraco.Community.FileSystemProviders.B2 +``` + +## Configuration + +1. Add the following configuration to your `appsettings.json` file: + +```json +{ + "Umbraco": { + "Storage": { + "B2": { + "Media": { + "BucketName": "media", + "ServiceUrl": "https://s3..backblazeb2.com", + "UseAccelerateEndpoint": false, + "Credentials": { + "ApplicationKey": "abc123abc123abc123abc123abc123", + "KeyId": "aaaabbbbccccdddd0000000001" + } + } + } + } + } +} +``` + +## Contributing + +Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page. + +## Acknowledgements (Thanks) + +- LottePitcher - [opinionated-package-starter](https://github.com/LottePitcher/opinionated-package-starter) +- adam-werner - [Our.Umbraco.StorageProviders.AWSS3](https://github.com/adam-werner/Our.Umbraco.StorageProviders.AWSS3) +- jcdcdev - [jcdcdev.Umbraco.PackageTemplate](https://github.com/jcdcdev/jcdcdev.Umbraco.PackageTemplate) + + + From ff9ff0adb3c85288f41a1cc273b89f7a91ec9d3d Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 May 2025 20:50:05 +0000 Subject: [PATCH 6/9] doc: Update security policy --- SECURITY.md | 102 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 40 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7795cdd..6481cbe 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,40 +1,62 @@ - - - - - - - - 404 - - - -
-
-

404 Not Found

-

Sorry, the page you are looking for could not be found.

-
-
- - - - - - +# Security Policy + +## Supported Versions + +The following table outlines the versions of the project that are currently supported with security & feature updates: + +> [!NOTE] +> Once a version starts its security phase, it will no longer receive feature updates. Only critical bug fixes and security updates will be provided. + +| Package Version | Umbraco Version | Security Phase Start | End of Life | +| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- | +| [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2024-06-16 | 2025-06-16 | +| [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | +| [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-03-02 | 2025-05-30 | +| [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | +## Unsupported Versions + +| Package Version | Umbraco Version | End of Life | +| ---------------------------------------------------------------------------------- | --------------- | ----------- | +| [12.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v12) | 12 | 2024-06-29 | + + +## Future Support + +Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed. + +> [!NOTE] +> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions. + +## Reporting a Vulnerability + +If you discover a vulnerability in this project, please follow one of these steps to report it: + +- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/security/advisories/new) +- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact) + +### Details + +Include as much information as possible about the vulnerability, including: + +- Steps to reproduce +- Potential impact +- Any suggested fixes + +### Acknowledgment + +You will receive an acknowledgment of your report as soon as possible. + +> [!NOTE] +> Response times may vary depending on other commitments. + +### Resolution + +Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible. + +You will be notified once the issue has been resolved or rejected. + +> [!TIP] +> If the vulnerability is accepted, you will receive credit in the release notes. + +Thank you for helping to keep this project secure! + From 0d2904fc78e548f52c48c8c1621733d008c4342f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 May 2025 13:36:58 +0000 Subject: [PATCH 7/9] fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-UMBRACOCMS-10074183 - https://snyk.io/vuln/SNYK-DOTNET-UMBRACOCMSCORE-10074184 - https://snyk.io/vuln/SNYK-DOTNET-UMBRACOCMSWEBBACKOFFICE-10074185 --- src/TestSite.13/TestSite.13.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestSite.13/TestSite.13.csproj b/src/TestSite.13/TestSite.13.csproj index 4ae6ffc..88202b9 100644 --- a/src/TestSite.13/TestSite.13.csproj +++ b/src/TestSite.13/TestSite.13.csproj @@ -7,7 +7,7 @@ - + From 37e0397e7a9ac089cb273a59119ba82da3ff2cd5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Fri, 30 May 2025 11:02:22 +0000 Subject: [PATCH 8/9] doc: Update security policy --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 6481cbe..6211c3d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,13 +11,13 @@ The following table outlines the versions of the project that are currently supp | ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- | | [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2024-06-16 | 2025-06-16 | | [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-03-02 | 2025-05-30 | | [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | ## Unsupported Versions | Package Version | Umbraco Version | End of Life | | ---------------------------------------------------------------------------------- | --------------- | ----------- | | [12.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v12) | 12 | 2024-06-29 | +| [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-05-30 | ## Future Support From 90afd3d2cfaf0a89cca774d1a418915b1cb822fd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:02:29 +0000 Subject: [PATCH 9/9] doc: Update security policy --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 6211c3d..116afb8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,6 +12,7 @@ The following table outlines the versions of the project that are currently supp | [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2024-06-16 | 2025-06-16 | | [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | | [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | +| [16.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | ## Unsupported Versions | Package Version | Umbraco Version | End of Life |