Skip to content

Commit 8484c2a

Browse files
authored
Merge branch 'develop' into feature/ssl-off
2 parents 99c5dc9 + 12e535d commit 8484c2a

File tree

3 files changed

+117
-86
lines changed

3 files changed

+117
-86
lines changed

SECURITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Security
2+
3+
EasyEngine takes the security of our software products seriously, which includes all source code repositories managed through our GitHub organizations.
4+
5+
If you believe you have found a security vulnerability in any EasyEngine repository, please report it to us at [email protected].
6+
7+
## Reporting Security Issues
8+
9+
**Please do not report security vulnerabilities through public GitHub issues.**
10+
11+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
12+
13+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
14+
15+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
16+
* Full paths of source file(s) related to the manifestation of the issue
17+
* The location of the affected source code (tag/branch/commit or direct URL)
18+
* Any special configuration required to reproduce the issue
19+
* Step-by-step instructions to reproduce the issue
20+
* Proof-of-concept or exploit code (if possible)
21+
* Impact of the issue, including how an attacker might exploit the issue
22+
23+
This information will help us triage your report more quickly.
24+
25+
## Preferred Languages
26+
27+
We prefer all communications to be in English.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prefer-stable": true,
2626
"require": {
2727
"php": ">=7.0",
28-
"composer/composer": "2.0.13",
28+
"composer/composer": "2.1.9",
2929
"composer/semver": "3.2.4",
3030
"easyengine/admin-tools-command": "v1.1.0",
3131
"easyengine/auth-command": "v1.1.0",

0 commit comments

Comments
 (0)