From 2cb2c693e75778d3c1ccb2755471c56951e9124f Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Wed, 9 Oct 2024 20:15:36 +0200 Subject: [PATCH] Added some declarations --- DECLARATIONS.md | 22 ++++++++++++++++++++++ SECURITY.md | 10 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 DECLARATIONS.md create mode 100644 SECURITY.md diff --git a/DECLARATIONS.md b/DECLARATIONS.md new file mode 100644 index 00000000..2aafaaa2 --- /dev/null +++ b/DECLARATIONS.md @@ -0,0 +1,22 @@ +## Export Formats +https://docs.green-coding.io/docs/declarations/export-formats/ + +## Documentations + +Documentation: https://docs.green-coding.io +API Documentation: https://api.green-coding.io + or for local installation: http://api.green-coding.internal:9142 +Source: https://github.com/green-coding-solu9ons/green-metrics-tool +License: https://github.com/green-coding-solutions/green-metrics-tool/blob/main/LICENSE + +## Updates +https://docs.green-coding.io/docs/declarations/updates/ + +## Uninstallation +https://docs.green-coding.io/docs/installation/uninstallation/ + +## Modularity +https://docs.green-coding.io/docs/declarations/modularity/ + +## Freedom from advertising and tracking +https://docs.green-coding.io/docs/declarations/no-tracking-advertising/ diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..23aea41c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +## Security + +Green Metrics Tool uses GitHub Actions to automatically pull in security updates from dependecies. + +Furthermore security vulnerabilities own to the Green Metrics Tool itself will be patched as soon as the vendor +is aware of them. + +If you believe you have found a security vulnerability please contact info@green-coding.io for disclosure. + +Non critical vulnerabilites can also be disclosed via GitHub Issues. \ No newline at end of file