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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>

# Aplus Framework Database Library

Expand All @@ -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)
8 changes: 1 addition & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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`.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down