From f6c2dac997757fc67b556c1d9f632f4bba3dc41a Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:37:19 +0100 Subject: [PATCH 01/10] Crear CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..7450475 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# 📝 Code of Conduct & Best Practices + +This document defines the principles and guidelines for using and contributing to ProxMenux, aiming to foster respect, collaboration, and security in development. + +## 📌 1. Code Attribution & Recognition + +- If you use scripts, code snippets, or ideas from other repositories or developers, always credit the original author. +- It is recommended to add a comment in the code or documentation mentioning the source and linking to the original repository if possible. +- If reusing code with a specific license, ensure that its terms are respected. + +### ✅ Example of proper attribution in code: + +# Script based on the work of [Author] at [Repository Link] + +## 🔒 2. Security & Code Responsibility + +- All code in this repository follows secure development best practices. +- Contributions introducing intentional vulnerabilities or unsafe practices are not allowed. +- Scripts should never compromise system security or user data. +- Before implementation, contributions should be reviewed to ensure security and stability. + +### ⚠️ Responsible Disclosure of Vulnerabilities + +If you discover a security vulnerability, DO NOT report it in public Issues or forums. + +Instead, please report it privately via email: +📧 proxmenux@macrimi.pro + +#### 🔹 Once received: + +- The issue will be investigated and addressed. +- If it is a critical vulnerability, a fix will be implemented before any public disclosure. +- Proper credit will be given to the reporter if desired. + +## 🤝 3. Community Guidelines + +To maintain a respectful and professional environment, all users must follow these guidelines: + +- ✅ Be respectful and constructive in discussions. +- ❌ No harassment, hate speech, or offensive behavior will be tolerated. +- ✅ Provide feedback professionally, avoiding personal attacks. +- ❌ Violating these guidelines may result in warnings or bans, depending on severity. + +With this document, we promote ethical code use, security awareness, and a respectful community. + +## 📢 Let's build something great, together! \ No newline at end of file From 121bf995c732b8296bb198de993c78e2cb15f5dc Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:38:51 +0100 Subject: [PATCH 02/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7450475..924b3ed 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -41,6 +41,11 @@ To maintain a respectful and professional environment, all users must follow the - ✅ Provide feedback professionally, avoiding personal attacks. - ❌ Violating these guidelines may result in warnings or bans, depending on severity. + +--- + With this document, we promote ethical code use, security awareness, and a respectful community. -## 📢 Let's build something great, together! \ No newline at end of file +📢 Let's build something great, together! + +--- \ No newline at end of file From b9364664dede595c09606532d1d0f40cfbad0d3c Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:39:27 +0100 Subject: [PATCH 03/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 924b3ed..9976142 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -42,10 +42,10 @@ To maintain a respectful and professional environment, all users must follow the - ❌ Violating these guidelines may result in warnings or bans, depending on severity. ---- +## With this document, we promote ethical code use, security awareness, and a respectful community. 📢 Let's build something great, together! ---- \ No newline at end of file +## \ No newline at end of file From fb26ec280a7f2276b76cccb7ba3a4dd55afc2585 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:40:00 +0100 Subject: [PATCH 04/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9976142..b40914b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -24,6 +24,7 @@ This document defines the principles and guidelines for using and contributing t If you discover a security vulnerability, DO NOT report it in public Issues or forums. Instead, please report it privately via email: + 📧 proxmenux@macrimi.pro #### 🔹 Once received: From e069c3fb2e038aa910397f4cc81f1ad40e726bea Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:42:41 +0100 Subject: [PATCH 05/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b40914b..f26f5c9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -10,7 +10,10 @@ This document defines the principles and guidelines for using and contributing t ### ✅ Example of proper attribution in code: -# Script based on the work of [Author] at [Repository Link] +```bash +Script based on the work of [Author] at [Repository Link] +``` + ## 🔒 2. Security & Code Responsibility From 80076274eabd280b8d19011129d024c1ac80f2b6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:43:15 +0100 Subject: [PATCH 06/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f26f5c9..46c2d30 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -11,7 +11,7 @@ This document defines the principles and guidelines for using and contributing t ### ✅ Example of proper attribution in code: ```bash -Script based on the work of [Author] at [Repository Link] +# Script based on the work of [Author] at [Repository Link] ``` From b9962ec7be6a09fe3af10ac7314b12b1d3e90771 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:51:54 +0100 Subject: [PATCH 07/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 46c2d30..a5f3a79 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,12 +1,12 @@ # 📝 Code of Conduct & Best Practices -This document defines the principles and guidelines for using and contributing to ProxMenux, aiming to foster respect, collaboration, and security in development. +This document defines the **principles and guidelines** for the use of **ProxMenux**, aiming to foster **respect, collaboration, and security** in development. ## 📌 1. Code Attribution & Recognition -- If you use scripts, code snippets, or ideas from other repositories or developers, always credit the original author. -- It is recommended to add a comment in the code or documentation mentioning the source and linking to the original repository if possible. -- If reusing code with a specific license, ensure that its terms are respected. +- If **scripts, code snippets, or ideas** from other repositories or developers are used, the original author will always be credited. +- A comment will be added in the code or documentation mentioning the source and linking to the original repository if possible. +- When using code with a specific **license**, its terms must be respected. ### ✅ Example of proper attribution in code: From 5cda74fbd86e90bcdef4895a9837988e71d3600e Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:53:25 +0100 Subject: [PATCH 08/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a5f3a79..0a09433 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -17,24 +17,23 @@ This document defines the **principles and guidelines** for the use of **ProxMen ## 🔒 2. Security & Code Responsibility -- All code in this repository follows secure development best practices. -- Contributions introducing intentional vulnerabilities or unsafe practices are not allowed. -- Scripts should never compromise system security or user data. -- Before implementation, contributions should be reviewed to ensure security and stability. +- All code in this repository follows **secure development best practices**. +- Contributions introducing **intentional vulnerabilities** or unsafe practices are **not allowed**. +- Scripts should never compromise **system security or user data**. +- Before implementation, contributions should be **reviewed** to ensure security and stability. -### ⚠️ Responsible Disclosure of Vulnerabilities +### ⚠️ Responsible Disclosure of Vulnerabilities -If you discover a security vulnerability, DO NOT report it in public Issues or forums. +If you discover a **security vulnerability**, **DO NOT** report it in public *Issues* or forums. -Instead, please report it privately via email: +Instead, please report it **privately** via email: +📧 **proxmenux@macrimi.pro** -📧 proxmenux@macrimi.pro +🔹 **Once received:** +- The issue will be **investigated and addressed**. +- If it is a **critical vulnerability**, a fix will be implemented **before** any public disclosure. +- Proper **credit will be given** to the reporter if desired. -#### 🔹 Once received: - -- The issue will be investigated and addressed. -- If it is a critical vulnerability, a fix will be implemented before any public disclosure. -- Proper credit will be given to the reporter if desired. ## 🤝 3. Community Guidelines From e2242b3ab90334db4d2cc799a8ee2bb19251b8d2 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:55:25 +0100 Subject: [PATCH 09/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0a09433..5213359 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,25 +14,19 @@ This document defines the **principles and guidelines** for the use of **ProxMen # Script based on the work of [Author] at [Repository Link] ``` - ## 🔒 2. Security & Code Responsibility -- All code in this repository follows **secure development best practices**. -- Contributions introducing **intentional vulnerabilities** or unsafe practices are **not allowed**. -- Scripts should never compromise **system security or user data**. -- Before implementation, contributions should be **reviewed** to ensure security and stability. +- All code in this repository follows secure development best practices. +- Contributions introducing intentional vulnerabilities or unsafe practices are not allowed. +- Scripts should never compromise system security or user data. +- Before implementation, contributions should be reviewed to ensure security and stability. -### ⚠️ Responsible Disclosure of Vulnerabilities +### ⚠️ Responsible Disclosure of Vulnerabilities -If you discover a **security vulnerability**, **DO NOT** report it in public *Issues* or forums. +If you discover a security vulnerability, DO NOT report it in public Issues or forums. -Instead, please report it **privately** via email: -📧 **proxmenux@macrimi.pro** - -🔹 **Once received:** -- The issue will be **investigated and addressed**. -- If it is a **critical vulnerability**, a fix will be implemented **before** any public disclosure. -- Proper **credit will be given** to the reporter if desired. +Instead, please report it privately via email: +📧 proxmenux@macrimi.pro ## 🤝 3. Community Guidelines From 3d416d1419113a5f606ea7e606f814a038ec3ecb Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:55:47 +0100 Subject: [PATCH 10/10] Actualizar CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5213359..f3a85a9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -26,6 +26,7 @@ This document defines the **principles and guidelines** for the use of **ProxMen If you discover a security vulnerability, DO NOT report it in public Issues or forums. Instead, please report it privately via email: + 📧 proxmenux@macrimi.pro