From 8f91b66f14731c8fb027ec879ca38086a4177164 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 28 Jul 2023 17:55:39 -0300 Subject: [PATCH 1/2] Update links --- README.md | 5 ++--- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9aabfb2..88e0465 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Aplus Framework Database Library +Aplus Framework Database Library # Aplus Framework Database Library @@ -7,7 +7,6 @@ - [API Documentation](https://docs.aplus-framework.com/packages/database.html) [![tests](https://github.com/aplus-framework/database/actions/workflows/tests.yml/badge.svg)](https://github.com/aplus-framework/database/actions/workflows/tests.yml) -[![pipeline](https://gitlab.com/aplus-framework/libraries/database/badges/master/pipeline.svg)](https://gitlab.com/aplus-framework/libraries/database/-/pipelines?scope=branches) -[![coverage](https://gitlab.com/aplus-framework/libraries/database/badges/master/coverage.svg?job=test:php)](https://aplus-framework.gitlab.io/libraries/database/coverage/) +[![coverage](https://coveralls.io/repos/github/aplus-framework/database/badge.svg?branch=master)](https://coveralls.io/github/aplus-framework/database?branch=master) [![packagist](https://img.shields.io/packagist/v/aplus/database)](https://packagist.org/packages/aplus/database) [![open-source](https://img.shields.io/badge/open--source-sponsor-magenta)](https://aplus-framework.com/sponsor) diff --git a/composer.json b/composer.json index fa7cbdb..577adf9 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "homepage": "https://aplus-framework.com/packages/database", "support": { "email": "support@aplus-framework.com", - "issues": "https://gitlab.com/aplus-framework/libraries/database/issues", + "issues": "https://github.com/aplus-framework/database/issues", "forum": "https://aplus-framework.com/forum", - "source": "https://gitlab.com/aplus-framework/libraries/database", + "source": "https://github.com/aplus-framework/database", "docs": "https://docs.aplus-framework.com/guides/libraries/database/" }, "funding": [ From 1c0d661194f26d590d2d6cbf130f5f955e4a0955 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 28 Jul 2023 17:55:55 -0300 Subject: [PATCH 2/2] Update Security Policy --- SECURITY.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index f5add35..d316286 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,11 +1,5 @@ # Security Policy -Aplus Framework Database Library runs **SAST** each new pipeline and all known vulnerabilities are monitored. - -## Supported Versions - The **latest** and **LTS** versions of this library receive security fixes. -## Reporting a Vulnerability - -Create a new issue and mark it as **confidential** in the [official repository of this library](https://gitlab.com/aplus-framework/libraries/database/-/issues). +If you find any vulnerability send an email to `aplusframework@gmail.com`.