From 29a3e216c6d1caaea52f45ac462223520a470ea5 Mon Sep 17 00:00:00 2001 From: Frans van Dorsselaer <17404029+dorssel@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:44:04 +0200 Subject: [PATCH] Add CODEOWNERS and dedicated SECURITY.md --- .gitattributes | 2 ++ .github/CODEOWNERS | 5 +++++ .github/SECURITY.md | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/SECURITY.md diff --git a/.gitattributes b/.gitattributes index 980ce67..36b2a7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,5 @@ dep5 text packages.lock.json text linguist-generated + +CODEOWNERS text diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4bec9fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2026 Frans van Dorsselaer +# +# SPDX-License-Identifier: MIT + +* @dorssel diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..74630fb --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,20 @@ + + +# Security Policy + +## Supported Versions + +Only the latest published release of the software contains the latest security fixes. +Security fixes are not backported to older versions. + +Please consult the [Security Advisories](https://github.com/dorssel/dotnet-ef-sqlite-timestamp/security/advisories) for any known +outstanding security vulnerabilities in the latest release. + +## Reporting a Vulnerability + +Please [report vulnerabilities](https://github.com/dorssel/dotnet-ef-sqlite-timestamp/security/advisories/new) privately, +and *not* through public channels.