Skip to content

Commit 47819ed

Browse files
authored
Merge pull request #188 from dorssel/security
Add CODEOWNERS and dedicated SECURITY.md
2 parents d7135d0 + 29a3e21 commit 47819ed

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929

3030
dep5 text
3131
packages.lock.json text linguist-generated
32+
33+
CODEOWNERS text

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Frans van Dorsselaer
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
* @dorssel

.github/SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2020 Frans van Dorsselaer
3+
4+
SPDX-License-Identifier: MIT
5+
-->
6+
7+
# Security Policy
8+
9+
## Supported Versions
10+
11+
Only the latest published release of the software contains the latest security fixes.
12+
Security fixes are not backported to older versions.
13+
14+
Please consult the [Security Advisories](https://github.com/dorssel/dotnet-ef-sqlite-timestamp/security/advisories) for any known
15+
outstanding security vulnerabilities in the latest release.
16+
17+
## Reporting a Vulnerability
18+
19+
Please [report vulnerabilities](https://github.com/dorssel/dotnet-ef-sqlite-timestamp/security/advisories/new) privately,
20+
and *not* through public channels.

0 commit comments

Comments
 (0)