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
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
schedule: { interval: "weekly" }
open-pull-requests-limit: 10
groups:
nuget-dependencies: { patterns: ["*"] }
- package-ecosystem: "github-actions"
directory: "/"
schedule: { interval: "weekly" }
groups:
actions: { patterns: ["*"] }
- package-ecosystem: "npm"
directory: "/"
schedule: { interval: "weekly" }
groups:
npm-dependencies: { patterns: ["*"] }
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

## Reporting a vulnerability

Report security issues privately through GitHub's [private vulnerability reporting](https://github.com/TraxSharp/Trax.Core/security/advisories/new), not a public issue. We aim to acknowledge within 3 business days.

Where possible, include the affected package and version, a description, reproduction steps or a proof of concept, and the impact.

## Supported versions

Fixes ship against the latest version published to NuGet. Older major versions are not backported.

## Supply-chain posture

Trax builds and publishes through a defense-in-depth pipeline: SHA-pinned actions, isolated release credentials, OIDC trusted publishing with SLSA provenance, and locked + audited dependencies (a known-vulnerability advisory fails the build). See the [Supply Chain Security](https://traxsharp.net/docs/supply-chain-security) guide.
Loading