Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@

dep5 text
packages.lock.json text linguist-generated

CODEOWNERS text
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2026 Frans van Dorsselaer
#
# SPDX-License-Identifier: MIT

* @dorssel
20 changes: 20 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
SPDX-FileCopyrightText: 2020 Frans van Dorsselaer

SPDX-License-Identifier: MIT
-->

# 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.
Loading