diff --git a/.github/ISSUE_TEMPLATE/security-report.yml b/.github/ISSUE_TEMPLATE/security-report.yml index ae0cf915..5b63286f 100755 --- a/.github/ISSUE_TEMPLATE/security-report.yml +++ b/.github/ISSUE_TEMPLATE/security-report.yml @@ -10,7 +10,7 @@ body: attributes: value: | **Important:** For security reasons, please do **not** post sensitive security issues publicly in the issue tracker. - Instead, send details to our security contact email: [jokob@duck.com](mailto:jokob@duck.com). + Instead, send details to our security contact email: [netalertx@gmail.com](mailto:netalertx@gmail.com). We appreciate your responsible disclosure. - type: textarea @@ -27,6 +27,6 @@ body: attributes: label: Have you sent this report via email to the security contact? options: - - label: Yes, I have sent the details to jokob@duck.com + - label: Yes, I have sent the details to netalertx@gmail.com required: true - label: Not yet, I will send it after opening this issue diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ab9765e6..845aaca9 100755 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at . +reported to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/README.md b/README.md index fd2b6eec..ffb89afd 100755 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Thank you to everyone who appreciates this tool and donates. - Bitcoin: `1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM` - Ethereum: `0x6e2749Cb42F4411bc98501406BdcD82244e3f9C7` - 📧 Email me at [jokob@duck.com](mailto:jokob@duck.com?subject=NetAlertX) if you want to get in touch or if I should add other sponsorship platforms. + 📧 Email me at [netalertx@gmail.com](mailto:netalertx@gmail.com?subject=NetAlertX) if you want to get in touch or if I should add other sponsorship platforms. diff --git a/back/update_vendors.sh b/back/update_vendors.sh index 0e2fc953..44bf63b4 100755 --- a/back/update_vendors.sh +++ b/back/update_vendors.sh @@ -6,7 +6,7 @@ # # update_vendors.sh - Back module. IEEE Vendors db update # ------------------------------------------------------------------------------ -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 # ------------------------------------------------------------------------------ # ---------------------------------------------------------------------- diff --git a/docs/SECURITY.md b/docs/SECURITY.md index ad3aad0a..06d2a9f1 100755 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -91,9 +91,9 @@ By default, NetAlertX does **not** require login. Before exposing the UI in any ## 📣 Responsible Disclosure -If you discover a vulnerability or security concern, please report it **privately** to: +If you discover a vulnerability or security concern, please report it **privately** via GitHub security advisories or to: -📧 [jokob@duck.com](mailto:jokob@duck.com?subject=NetAlertX%20Security%20Disclosure) +📧 [netalertx@gmail.com](mailto:netalertx@gmail.com?subject=NetAlertX%20Security%20Disclosure) We take security seriously and will work to patch confirmed issues promptly. Your help in responsible disclosure is appreciated! diff --git a/front/css/app.css b/front/css/app.css index 67349b79..6c745dff 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -4,7 +4,7 @@ # # app.css - Front module. CSS styles #------------------------------------------------------------------------------- -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- diff --git a/front/js/app-init.js b/front/js/app-init.js index 7ec62d7c..5f2cdcbd 100644 --- a/front/js/app-init.js +++ b/front/js/app-init.js @@ -8,7 +8,7 @@ * mergeUniqueArrays(), getSetting(), getString(), getCache(), * setCache(), and all cache* functions from cache.js. *------------------------------------------------------------------------------- - # jokob@duck.com GNU GPLv3 + # netalertx@gmail.com GNU GPLv3 ----------------------------------------------------------------------------- */ // ----------------------------------------------------------------------------- diff --git a/front/js/cache.js b/front/js/cache.js index 8fb675e6..22a88c05 100644 --- a/front/js/cache.js +++ b/front/js/cache.js @@ -7,7 +7,7 @@ * All cross-file calls (handleSuccess, showSpinner, etc.) are * call-time dependencies resolved after page load. *------------------------------------------------------------------------------- - # jokob@duck.com GNU GPLv3 + # netalertx@gmail.com GNU GPLv3 ----------------------------------------------------------------------------- */ // Cache version stamp — injected by header.php from the app's .VERSION file. diff --git a/front/js/common.js b/front/js/common.js index bcad76e6..5eae5fe9 100755 --- a/front/js/common.js +++ b/front/js/common.js @@ -4,7 +4,7 @@ * * common.js - Front module. Common Javascript functions *------------------------------------------------------------------------------- -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 ----------------------------------------------------------------------------- */ // ----------------------------------------------------------------------------- diff --git a/front/js/ui_components.js b/front/js/ui_components.js index 8d3bdc1c..a440eb8f 100755 --- a/front/js/ui_components.js +++ b/front/js/ui_components.js @@ -4,7 +4,7 @@ * * ui_components.js - Front module. Common UI components *------------------------------------------------------------------------------- -# jokob jokob@duck.com GNU GPLv3 +# jokob netalertx@gmail.com GNU GPLv3 ----------------------------------------------------------------------------- */ diff --git a/front/php/server/db.php b/front/php/server/db.php index b25f39fb..d34a25fe 100755 --- a/front/php/server/db.php +++ b/front/php/server/db.php @@ -5,7 +5,7 @@ // // db.php - Front module. Server side. DB common file //------------------------------------------------------------------------------ -# 2022 jokob jokob@duck.com GNU GPLv3 +# 2022 jokob netalertx@gmail.com GNU GPLv3 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ diff --git a/front/php/server/util.php b/front/php/server/util.php index 75c8d86c..d5b79504 100755 --- a/front/php/server/util.php +++ b/front/php/server/util.php @@ -5,7 +5,7 @@ // // util.php - Front module. Server side. Settings and utility functions //------------------------------------------------------------------------------ -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 //------------------------------------------------------------------------------ require dirname(__FILE__).'/../templates/globals.php'; diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 577ba986..82f8ffa2 100755 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -4,7 +4,7 @@ # # header.php - Front module. Common header to all the web pages #------------------------------------------------------------------------------- -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 #--------------------------------------------------------------------------- --> diff --git a/install/production-filesystem/services/scripts/update_vendors.sh b/install/production-filesystem/services/scripts/update_vendors.sh index 3c891d32..93e67e78 100755 --- a/install/production-filesystem/services/scripts/update_vendors.sh +++ b/install/production-filesystem/services/scripts/update_vendors.sh @@ -7,7 +7,7 @@ set -euo pipefail # # update_vendors.sh - Back module. IEEE Vendors db update # ------------------------------------------------------------------------------ -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 # ------------------------------------------------------------------------------ # ---------------------------------------------------------------------- diff --git a/server/__main__.py b/server/__main__.py index 1948bd4d..ea520d71 100755 --- a/server/__main__.py +++ b/server/__main__.py @@ -6,7 +6,7 @@ # # Back module. Network scanner # ------------------------------------------------------------------------------- -# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 +# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3 # -------------------------------------------------------------------------------