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
6 changes: 6 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cff-version: 1.2.0
title: diff-risk-dashboard
message: "If you use this software, please cite it as below."
authors: [{ name: CoderDeltaLAN }]
license: MIT
repository-code: https://github.com/CoderDeltaLAN/diff-risk-dashboard
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Contributing
- Mantén licencia **MIT** y el archivo `NOTICE`.
- Atribución requerida en forks y publicaciones.
- Commits con Conventional Commits. PRs requieren CI verde.
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
diff-risk-dashboard — Copyright (c) CoderDeltaLAN.
Licensed under MIT. Please retain this NOTICE in copies or substantial portions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,11 @@ Released under the **MIT License**. See [LICENSE](LICENSE).
---

**Download this README**: This same file can be downloaded from the chat link.

---

### Status & Distribution
[![CI](https://github.com/CoderDeltaLAN/diff-risk-dashboard/actions/workflows/build.yml/badge.svg)](../../actions)
[![CodeQL](https://github.com/CoderDeltaLAN/diff-risk-dashboard/actions/workflows/codeql.yml/badge.svg)](../../actions)
[![PyPI](https://img.shields.io/pypi/v/diff-risk-dashboard.svg)](https://pypi.org/project/diff-risk-dashboard/)
[![GHCR](https://img.shields.io/badge/container-ghcr.io-blue)](../../pkgs/container/diff-risk-dashboard)
4 changes: 4 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Security Policy
- Reporta vulnerabilidades por **GitHub → Security → Private reporting**.
- No abras issues públicos con PoCs explotables.
- SLA objetivo de primera respuesta: 72h.
Loading