|
| 1 | +--- |
| 2 | + |
| 3 | +name: ⚠️ Security Report |
| 4 | +description: Report a security issue to help improve the project's safety. |
| 5 | +title: '[Security]: ' |
| 6 | +labels: ['type: bug', 'priority: high', 'type: security'] |
| 7 | + |
| 8 | +assignees: |
| 9 | + - lotyp |
| 10 | + |
| 11 | +body: |
| 12 | + - type: markdown |
| 13 | + attributes: |
| 14 | + value: ⚠️ **Security Report** |
| 15 | + |
| 16 | + - type: textarea |
| 17 | + id: security-issue-description |
| 18 | + attributes: |
| 19 | + label: Describe the security issue |
| 20 | + description: Provide a clear and concise description of what the security issue is, without including sensitive details. |
| 21 | + placeholder: Describe the security issue... |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: textarea |
| 26 | + id: steps-to-reproduce |
| 27 | + attributes: |
| 28 | + label: To Reproduce |
| 29 | + description: | |
| 30 | + Steps to reproduce the security issue: |
| 31 | + 1. Navigate to... |
| 32 | + 2. Perform action... |
| 33 | + 3. Observe outcome... |
| 34 | + placeholder: | |
| 35 | + 1. Navigate to... |
| 36 | + 2. Perform action... |
| 37 | + 3. Observe outcome... |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: expected-behaviour |
| 43 | + attributes: |
| 44 | + label: Expected behaviour |
| 45 | + description: Describe what you expected to happen without the security flaw. |
| 46 | + placeholder: What did you expect to happen? |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: media-prove |
| 52 | + attributes: |
| 53 | + label: Media prove |
| 54 | + description: If applicable, add screenshots or videos that help explain your issue, ensuring no sensitive data is displayed. |
| 55 | + placeholder: Upload files or paste links here... |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: environment |
| 61 | + attributes: |
| 62 | + label: Your environment |
| 63 | + description: | |
| 64 | + Provide detailed information about your environment to help us replicate the issue: |
| 65 | + * OS: [e.g. Ubuntu] |
| 66 | + * PHP version: [e.g. 8.2.2] |
| 67 | + * Package version: [e.g. 1.0.0] |
| 68 | + * Any relevant environment details |
| 69 | + placeholder: List your environment details here... |
| 70 | + validations: |
| 71 | + required: false |
| 72 | + |
| 73 | + - type: textarea |
| 74 | + id: additional-context |
| 75 | + attributes: |
| 76 | + label: Additional context |
| 77 | + description: Add any other context about the problem here, ensuring no sensitive data is included. |
| 78 | + placeholder: Any additional information... |
| 79 | + validations: |
| 80 | + required: false |
| 81 | + |
| 82 | +... |
0 commit comments