Skip to content

Commit

Permalink
requested changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiu Pintiuta committed Apr 22, 2024
1 parent 12d5434 commit 05e6846
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
40 changes: 40 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Security Policy

## Supported Versions


| Version | Supported | PHP Version |
|---------|--------------------|-----------------------------------------------------------------------------------------------------------|
| 4.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-event/4.0.0) |
| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-event/3.4.2) |
| <= 2.x | :x: | |


## Reporting Potential Security Issues

If you have encountered a potential security vulnerability in this project,
please report it to us at <security@dotkernel.com>. We will work with you to
verify the vulnerability and patch it.

When reporting issues, please provide the following information:

- Component(s) affected
- A description indicating how to reproduce the issue
- A summary of the security vulnerability and impact

We request that you contact us via the email address above and give the
project contributors a chance to resolve the vulnerability and issue a new
release prior to any public exposure; this helps protect the project's
users, and provides them with a chance to upgrade and/or update in order to
protect their applications.


## Policy

If we verify a reported security vulnerability, our policy is:

- We will patch the current release branch, as well as the immediate prior minor
release branch.

- After patching the release branches, we will immediately issue new security
fix releases for each patched release branch.
2 changes: 1 addition & 1 deletion docs/book/v4/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
After installation, you need to register the `ConfigProvider` in your project
by adding the below line to your configuration aggregator (usually: `config/config.php`)

\Dot\Event\ConfigProvider
\Dot\Event\ConfigProvider::class
4 changes: 1 addition & 3 deletions docs/book/v4/instalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

Install `dot-event` by executing the following composer command

```bash
composer require dotkernel/dot-event
```
composer require dotkernel/dot-event

0 comments on commit 05e6846

Please sign in to comment.