Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MCStreetguy committed Mar 3, 2024
1 parent c12076b commit 1c398b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,21 @@ composer require --dev mcstreetguy/fusion-debugger

If composer refuses to install the plugin, try requiring a specific version of it.
The major version of this project will always work with the corresponding Neos release.
We support all Neos versions ranging from 3.0 upwards officially, although every version below 7.0 is considered legacy at this point and won't receive updates or new features anymore.

``` bash
composer require --dev mcstreetguy/fusion-debugger:^8.0 # for Neos v8.x
composer require --dev mcstreetguy/fusion-debugger:^7.0 # for Neos v7.x
composer require --dev mcstreetguy/fusion-debugger:^5.0 # for Neos v5.x
composer require --dev mcstreetguy/fusion-debugger:^4.0 # for Neos v4.x
composer require --dev mcstreetguy/fusion-debugger:^3.0 # for Neos v3.x
composer require --dev mcstreetguy/fusion-debugger:^5.0 # for Neos v5.x (legacy)
composer require --dev mcstreetguy/fusion-debugger:^4.0 # for Neos v4.x (legacy)
composer require --dev mcstreetguy/fusion-debugger:^3.0 # for Neos v3.x (legacy)
```

We support all Neos versions ranging from 3.0 up to 7.0 officially.
For any other version you may encounter unexpected issues and there is no guarantee that the debugger will work properly!
(Even though we kind of support Neos v2.3, see [below](#support-for-older-neos--php) for more information.)
The plugin provides a seperate backport version, which omits typehinting to be compatible with older PHP and Neos 2.3:

``` bash
composer require --dev mcstreetguy/fusion-debugger:dev-backport
```

### Usage outside of Neos

Expand Down
30 changes: 16 additions & 14 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@

**Please note** that only the latest version of the plugin will receive any update, including security patches!

| Version | Supported |
| :----------: | :------------------: |
| dev-master | (:white_check_mark:) |
| 5.x-dev | (:white_check_mark:) |
| 4.x-dev | (:white_check_mark:) |
| 3.x-dev | (:white_check_mark:) |
| 0.6-alpha | :x: |
| 0.5-alpha | :x: |
| 0.4-alpha | :x: |
| 0.3-alpha | :x: |
| 0.2-alpha | :x: |
| 0.1-alpha | :x: |
| dev-backport | :x: |
| Version | Supported |
|:-------:|:---------:|
| dev-master | (:white_check_mark:) |
| 8.x-dev | (:white_check_mark:) |
| 7.x-dev | (:white_check_mark:) |
| 5.x-dev | :x: |
| 4.x-dev | :x: |
| 3.x-dev | :x: |
| 0.6-alpha | :x: |
| 0.5-alpha | :x: |
| 0.4-alpha | :x: |
| 0.3-alpha | :x: |
| 0.2-alpha | :x: |
| 0.1-alpha | :x: |
| dev-backport | :x: |

## Reporting a Vulnerability

Security vulnerabilities are a serious problem and therefore we do not take them lightly!
We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, email [email protected] and include the prefix "SECURITY:" in the subject line.
To report a security issue, email the maintainer of this repository and include the prefix "SECURITY:" in the subject line.

The maintainer of this project will send a response indicating the next steps in handling your report.
After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
Expand Down

0 comments on commit 1c398b0

Please sign in to comment.