From 7e4d8c0fec43f5a6ed4b21f765f2df2c1fc1d107 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:12:40 +0200 Subject: [PATCH] Adds the g-security-4-joomla-component.yml --- .../g-security-4-joomla-component.yml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/g-security-4-joomla-component.yml diff --git a/.gitea/ISSUE_TEMPLATE/g-security-4-joomla-component.yml b/.gitea/ISSUE_TEMPLATE/g-security-4-joomla-component.yml new file mode 100644 index 0000000..04639f5 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/g-security-4-joomla-component.yml @@ -0,0 +1,60 @@ +name: Security Issue for the Joomla-Component +about: Identify a possible security risk. +title: "[SECURITY]: " +labels: + - security +body: + - type: markdown + attributes: + value: | + **⚠️ CRITICAL: Avoid sharing any sensitive or confidential details in this message.** Should you suspect a security flaw, please contact us directly at [joomla@vdm.io]. + - type: textarea + id: security-general-description + attributes: + label: General Description + description: Offer a broad overview of the security concern, ensuring not to disclose any sensitive information. + placeholder: Provide a general description of the security problem. + validations: + required: true + - type: markdown + attributes: + value: | + # Affected Systems + - type: dropdown + id: joomla_version + attributes: + label: Which Joomla version could potentially be affected? + multiple: true + options: + - Joomla 5 + - Joomla 4 + - Joomla 3 + - All + validations: + required: true + - type: dropdown + id: joomla-component_version + attributes: + label: Which GetBible/joomla-component version could potentially be affected? + multiple: true + options: + - v5.x + - v4.x + - v3.x + - All + - Other + validations: + required: true + - type: textarea + id: non-sensitive-details + attributes: + label: Non-Sensitive Details + description: If applicable, please offer further non-sensitive information or general observations regarding the security concern. + placeholder: Provide any relevant non-sensitive details or observations. + validations: + required: false + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us. \ No newline at end of file