Skip to content

Commit a0b0fb3

Browse files
authored
Merge pull request #2 from natanfelles/migration
Migration
2 parents d864ed9 + 4f8e3bd commit a0b0fb3

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/cli"><img src="https://gitlab.com/aplus-framework/libraries/cli/-/raw/master/guide/image.png" alt="Aplus Framework CLI Library" align="right" width="100"></a>
1+
<a href="https://github.com/aplus-framework/cli"><img src="https://raw.githubusercontent.com/aplus-framework/cli/master/guide/image.png" alt="Aplus Framework CLI Library" align="right" width="100"></a>
22

33
# Aplus Framework CLI Library
44

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

99
[![tests](https://github.com/aplus-framework/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/aplus-framework/cli/actions/workflows/tests.yml)
10-
[![pipeline](https://gitlab.com/aplus-framework/libraries/cli/badges/master/pipeline.svg)](https://gitlab.com/aplus-framework/libraries/cli/-/pipelines?scope=branches)
11-
[![coverage](https://gitlab.com/aplus-framework/libraries/cli/badges/master/coverage.svg?job=test:php)](https://aplus-framework.gitlab.io/libraries/cli/coverage/)
10+
[![coverage](https://coveralls.io/repos/github/aplus-framework/cli/badge.svg?branch=master)](https://coveralls.io/github/aplus-framework/cli?branch=master)
1211
[![packagist](https://img.shields.io/packagist/v/aplus/cli)](https://packagist.org/packages/aplus/cli)
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 CLI 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/cli/-/issues).
5+
If you find any vulnerability send an email to `aplusframework@gmail.com`.

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/cli",
2222
"support": {
2323
"email": "support@aplus-framework.com",
24-
"issues": "https://gitlab.com/aplus-framework/libraries/cli/issues",
24+
"issues": "https://github.com/aplus-framework/cli/issues",
2525
"forum": "https://aplus-framework.com/forum",
26-
"source": "https://gitlab.com/aplus-framework/libraries/cli",
26+
"source": "https://github.com/aplus-framework/cli",
2727
"docs": "https://docs.aplus-framework.com/guides/libraries/cli/"
2828
},
2929
"funding": [

0 commit comments

Comments
 (0)