Skip to content

Commit 74b609a

Browse files
authored
Merge pull request #4 from natanfelles/migration
Migration
2 parents 6c81e6d + 1c0d661 commit 74b609a

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://gitlab.com/aplus-framework/libraries/database"><img src="https://gitlab.com/aplus-framework/libraries/database/-/raw/master/guide/image.png" alt="Aplus Framework Database Library" align="right" width="100"></a>
1+
<a href="https://github.com/aplus-framework/database"><img src="https://raw.githubusercontent.com/aplus-framework/database/master/guide/image.png" alt="Aplus Framework Database Library" align="right" width="100"></a>
22

33
# Aplus Framework Database Library
44

@@ -7,7 +7,6 @@
77
- [API Documentation](https://docs.aplus-framework.com/packages/database.html)
88

99
[![tests](https://github.com/aplus-framework/database/actions/workflows/tests.yml/badge.svg)](https://github.com/aplus-framework/database/actions/workflows/tests.yml)
10-
[![pipeline](https://gitlab.com/aplus-framework/libraries/database/badges/master/pipeline.svg)](https://gitlab.com/aplus-framework/libraries/database/-/pipelines?scope=branches)
11-
[![coverage](https://gitlab.com/aplus-framework/libraries/database/badges/master/coverage.svg?job=test:php)](https://aplus-framework.gitlab.io/libraries/database/coverage/)
10+
[![coverage](https://coveralls.io/repos/github/aplus-framework/database/badge.svg?branch=master)](https://coveralls.io/github/aplus-framework/database?branch=master)
1211
[![packagist](https://img.shields.io/packagist/v/aplus/database)](https://packagist.org/packages/aplus/database)
1312
[![open-source](https://img.shields.io/badge/open--source-sponsor-magenta)](https://aplus-framework.com/sponsor)

SECURITY.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Security Policy
22

3-
Aplus Framework Database Library runs **SAST** each new pipeline and all known vulnerabilities are monitored.
4-
5-
## Supported Versions
6-
73
The **latest** and **LTS** versions of this library receive security fixes.
84

9-
## Reporting a Vulnerability
10-
11-
Create a new issue and mark it as **confidential** in the [official repository of this library](https://gitlab.com/aplus-framework/libraries/database/-/issues).
5+
If you find any vulnerability send an email to `[email protected]`.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"homepage": "https://aplus-framework.com/packages/database",
2222
"support": {
2323
"email": "[email protected]",
24-
"issues": "https://gitlab.com/aplus-framework/libraries/database/issues",
24+
"issues": "https://github.com/aplus-framework/database/issues",
2525
"forum": "https://aplus-framework.com/forum",
26-
"source": "https://gitlab.com/aplus-framework/libraries/database",
26+
"source": "https://github.com/aplus-framework/database",
2727
"docs": "https://docs.aplus-framework.com/guides/libraries/database/"
2828
},
2929
"funding": [

0 commit comments

Comments
 (0)