Add security policy

This commit is contained in:
Enrique Barcelli 2021-07-31 16:10:34 +08:00
parent cb65f161e0
commit 754bbe913f
Signed by: kikobar
GPG key ID: 006C13A68E25D3B7
2 changed files with 17 additions and 2 deletions

15
SECURITY.md Normal file
View file

@ -0,0 +1,15 @@
# Security Policy
## Supported Versions
| Version | Supported |
| ------- | --------- |
| 1.1.x | :heavy_check_mark: |
| 1.0.x | :x: |
## Reporting
We take Security seriously, so if you have discovered a security risk report it by email to info@smt-acc.com. Our team will assess and handle it accordingly. Please don't disclose security risks publicly until they have been handled by our team.
Your email will be acknowledged within 24 hours, and you will receive a more detailed email response about the actions to be taken to handle your report within 1 week.

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="2.5" method="upgrade" group="hikashoppayment"> <extension type="plugin" version="2.5" method="upgrade" group="hikashoppayment">
<name>Hikashop TripleA Payment Plugin</name> <name>Hikashop TripleA Payment Plugin</name>
<creationDate>18 July 2021</creationDate> <creationDate>31 July 2021</creationDate>
<version>1.1.0</version> <version>1.1.1</version>
<author>Enrique Barcelli</author> <author>Enrique Barcelli</author>
<authorEmail>e.barcelli@gmail.com</authorEmail> <authorEmail>e.barcelli@gmail.com</authorEmail>
<authorUrl>http://www.smt-acc.com</authorUrl> <authorUrl>http://www.smt-acc.com</authorUrl>