You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/SECURITY.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Security Policy
2
2
3
-
Thank you for helping keep `wayofdev/spiral-starter-tpl` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
3
+
Thank you for helping keep `wayofdev/spiral-app-temporal-demo` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
4
4
5
5
<br>
6
6
7
7
## 🚨 Reporting a Vulnerability
8
8
9
-
We take all security bugs in `wayofdev/spiral-starter-tpl` seriously. Please follow the instructions below to report security vulnerabilities.
9
+
We take all security bugs in `wayofdev/spiral-app-temporal-demo` seriously. Please follow the instructions below to report security vulnerabilities.
10
10
11
11
### → How to Report a Vulnerability
12
12
13
-
1.**GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new). This ensures that sensitive information is handled confidentially.
13
+
1.**GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new](https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new). This ensures that sensitive information is handled confidentially.
14
14
15
-
2.**Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-starter-tpl/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
15
+
2.**Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-app-temporal-demo/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
16
16
17
17
3.**Direct Contact**: For highly sensitive information, in addition to the GitHub Security Advisories, please email us directly at `the@wayof.dev` with the subject line "SECURITY - Vulnerability Report". This will be treated with the highest priority.
<a href="https://github.com/wayofdev/spiral-starter-tpl/actions/workflows/deploy-staging.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Staging Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-starter-tpl/deploy-staging.yml?branch=develop&style=flat-square&label=deploy%20to%20staging&logo=github"/></a>
16
-
<a href="https://github.com/wayofdev/spiral-starter-tpl/actions/workflows/deploy-release.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Production Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-starter-tpl/deploy-release.yml?style=flat-square&label=deploy%20to%20prod&logo=github"/></a>
<a href="https://github.com/wayofdev/spiral-app-temporal-demo/actions/workflows/deploy-staging.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Staging Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-app-temporal-demo/deploy-staging.yml?branch=develop&style=flat-square&label=deploy%20to%20staging&logo=github"/></a>
16
+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo/actions/workflows/deploy-release.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Production Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-app-temporal-demo/deploy-release.yml?style=flat-square&label=deploy%20to%20prod&logo=github"/></a>
<a href=""><img src="https://img.shields.io/badge/phpstan%20level-8%20of%209-brightgreen?style=flat-square" alt="PHP Stan Level 8 of 9"></a>
29
29
</p>
30
30
<palign="center">
@@ -172,13 +172,13 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
172
172
173
173
1. **Clone** repository:
174
174
175
-
After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use `spiral-starter-tpl` repository as starting point.
175
+
After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use `spiral-app-temporal-demo` repository as starting point.
@@ -188,7 +188,7 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
188
188
```bash
189
189
$ make env \
190
190
SHARED_SERVICES_NAMESPACE=ss \
191
-
COMPOSE_PROJECT_NAME=spiral-starter-tpl
191
+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo
192
192
```
193
193
194
194
**Change** generated `.env` file to match your needs, if needed.
@@ -198,7 +198,7 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
198
198
```bash
199
199
$ make env \
200
200
SHARED_SERVICES_NAMESPACE=ss \
201
-
COMPOSE_PROJECT_NAME=spiral-starter-tpl \
201
+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo \
202
202
FORCE=true
203
203
```
204
204
@@ -215,13 +215,13 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
215
215
$ make up
216
216
```
217
217
218
-
4. **Open** your browser and navigate to `https://api.spiral-starter-tpl.docker` to see Laravel welcome page.
218
+
4. **Open** your browser and navigate to `https://api.spiral-app-temporal-demo.docker` to see Laravel welcome page.
219
219
220
220
<br>
221
221
222
222
## 🧰 Project Architecture
223
223
224
-
The project architecture of `wayofdev/spiral-starter-tpl` follows a structured approach with distinct layers:
224
+
The project architecture of `wayofdev/spiral-app-temporal-demo` follows a structured approach with distinct layers:
225
225
226
226
***Domain:** Contains core business logic and entities.
227
227
***Bridge:** Connects the domain layer with external systems or services.
@@ -233,13 +233,13 @@ The project architecture of `wayofdev/spiral-starter-tpl` follows a structured a
233
233
234
234
Each layer has defined dependencies, ensuring a clear separation of concerns and facilitating maintainability and scalability.
235
235
236
-
For more information check [deptrac.yaml](https://github.com/wayofdev/spiral-starter-tpl/blob/develop/app/deptrac.yaml) located in repository `app` folder.
236
+
For more information check [deptrac.yaml](https://github.com/wayofdev/spiral-app-temporal-demo/blob/develop/app/deptrac.yaml) located in repository `app` folder.
237
237
238
238
<br>
239
239
240
240
## 🪄 Template
241
241
242
-
This project was generated from the [spiral/app](https://github.com/spiral/app) repository using the command: `composer create-project spiral/app spiral-starter-tpl` with the following selected options:
242
+
This project was generated from the [spiral/app](https://github.com/spiral/app) repository using the command: `composer create-project spiral/app spiral-app-temporal-demo` with the following selected options:
0 commit comments