Skip to content

Commit 8b94c71

Browse files
docs(seo): topics, badges, NOTICE/CITATION, SECURITY/CONTRIBUTING (#49)
* docs(seo): topics, CITATION, badges, NOTICE * docs: add SECURITY and CONTRIBUTING
1 parent 722ede9 commit 8b94c71

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

CITATION.cff

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cff-version: 1.2.0
2+
title: diff-risk-dashboard
3+
message: "If you use this software, please cite it as below."
4+
authors: [{ name: CoderDeltaLAN }]
5+
license: MIT
6+
repository-code: https://github.com/CoderDeltaLAN/diff-risk-dashboard

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Contributing
2+
- Mantén licencia **MIT** y el archivo `NOTICE`.
3+
- Atribución requerida en forks y publicaciones.
4+
- Commits con Conventional Commits. PRs requieren CI verde.

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
diff-risk-dashboard — Copyright (c) CoderDeltaLAN.
2+
Licensed under MIT. Please retain this NOTICE in copies or substantial portions.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,11 @@ Released under the **MIT License**. See [LICENSE](LICENSE).
311311
---
312312

313313
**Download this README**: This same file can be downloaded from the chat link.
314+
315+
---
316+
317+
### Status & Distribution
318+
[![CI](https://github.com/CoderDeltaLAN/diff-risk-dashboard/actions/workflows/build.yml/badge.svg)](../../actions)
319+
[![CodeQL](https://github.com/CoderDeltaLAN/diff-risk-dashboard/actions/workflows/codeql.yml/badge.svg)](../../actions)
320+
[![PyPI](https://img.shields.io/pypi/v/diff-risk-dashboard.svg)](https://pypi.org/project/diff-risk-dashboard/)
321+
[![GHCR](https://img.shields.io/badge/container-ghcr.io-blue)](../../pkgs/container/diff-risk-dashboard)

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Security Policy
2+
- Reporta vulnerabilidades por **GitHub → Security → Private reporting**.
3+
- No abras issues públicos con PoCs explotables.
4+
- SLA objetivo de primera respuesta: 72h.

0 commit comments

Comments
 (0)