From fc845956fa7bf61e3e61a47b63a1a3580b538d71 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 21 Nov 2025 17:09:16 +0000 Subject: [PATCH] fix(readme): Add Issue Reporting and Security section to README --- changelog.md | 6 ++++++ readme.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fe5a318..1c48478 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-11-21 - 3.0.1 - fix(readme) +Add Issue Reporting and Security section to README + +- Add guidance to report bugs, issues, and security vulnerabilities via community.foss.global +- Inform developers how to sign a contribution agreement and get a code.foss.global account to submit pull requests + ## 2025-11-21 - 3.0.0 - BREAKING CHANGE(Smarts3) Remove legacy s3rver backend, simplify Smarts3 server API, and bump dependencies diff --git a/readme.md b/readme.md index 8277c26..bfd42fa 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,10 @@ - ๐Ÿ”ง **Zero configuration** - Works out of the box with sensible defaults - ๐Ÿงน **Clean slate mode** - Start fresh on every test run +## Issue Reporting and Security + +For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who want to sign a contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly. + ## ๐Ÿ“ฆ Installation Install using your favorite package manager: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5a72438..924bb9d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarts3', - version: '3.0.0', + version: '3.0.1', description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.' }