Skip to content

Commit d0fe7f6

Browse files
authored
Merge pull request #493 from wayofdev/feat/tpl-updates
2 parents 9c64fc3 + af62cf8 commit d0fe7f6

File tree

2 files changed

+50
-4
lines changed

2 files changed

+50
-4
lines changed

.github/SECURITY.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Security Policy
22

3-
## Reporting a Vulnerability
3+
Thank you for helping keep `wayofdev/laravel-package-tpl` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
44

5-
If you believe that you have found a security vulnerability, please send an email to `the@wayof.dev`. Ensure to include all details required to understand the severity of the issue.
5+
<br>
6+
7+
## 🙋‍♂️ Supported Versions
8+
9+
Only certain versions of `wayofdev/laravel-package-tpl` are currently being maintained with security updates. Below is a list of supported versions that receive security updates:
10+
11+
| Version | Supported |
12+
|---------|--------------------|
13+
| x.y.z | :white_check_mark: |
14+
15+
Please ensure that you are using one of these supported versions before reporting a security issue.
16+
17+
<br>
18+
19+
## 🗑️ Unsupported Versions
20+
21+
Versions listed below are no longer supported with security updates. We recommend upgrading to a supported version as soon as possible:
22+
23+
| Version | Supported |
24+
|---------|-----------|
25+
| x.y.z | :x: |
26+
27+
<br>
28+
29+
## 🚨 Reporting a Vulnerability
30+
31+
We take all security bugs in `wayofdev/laravel-package-tpl` seriously. Thank you for improving the security of this project. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
32+
33+
### → How to Report a Vulnerability
34+
35+
1. **Direct Contact**: For highly sensitive information, please email us directly at `the@wayof.dev` with the subject line "SECURITY - Vulnerability Report". This will be treated with the highest priority.
36+
37+
2. **GitHub Issues**: For vulnerabilities that do not immediately affect the security of the application or its users, such as those found in non-critical systems, please report them through our GitHub issues. Make sure to use the `⚠️ Security Report` issue template. Please do not include sensitive information in GitHub issues. Detailed instructions about how to fill this report are included within the issue template itself.
38+
39+
<br>

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ This template repository includes several features to streamline the development
7070
- Docker support for consistent development environments.
7171
- [Pre-commit](https://pre-commit.com) hooks setup to ensure code quality before commits.
7272

73+
### → Issue Templates
74+
75+
* This package is equipped with a set of ready-to-use issue templates to streamline contributions and issue reporting.
76+
77+
You can find these templates organized in the `.github/ISSUE_TEMPLATE` directory.
78+
7379
### → Miscellaneous
7480

7581
- Support for PHP 8.2 and Laravel 10.x/11.x.
@@ -132,16 +138,22 @@ $ make lint-yaml
132138

133139
<br>
134140

141+
## 🔒 Security Policy
142+
143+
This project has a [security policy](.github/SECURITY.md).
144+
145+
<br>
146+
135147
## 📥 Contributing
136148

137-
The maintainers of this project suggest following the [contribution guide](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md).
149+
Please read and follow our [contribution guide](.github/CONTRIBUTING.md).
138150

139151
<br>
140152

141153
## 🙆🏼‍♂️ Author Information
142154

143155
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)
144156

145-
Follow [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) on Twitter.
157+
Follow [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) on X (Twitter).
146158

147159
<br>

0 commit comments

Comments
 (0)