DOCS: email

This commit is contained in:
jokob-sk
2026-07-25 10:25:33 +10:00
parent 6aad4a41cf
commit 1aea4e8216
20 changed files with 21 additions and 21 deletions

View File

@@ -95,7 +95,7 @@ body:
***Generally speaking, all bug reports should have logs provided.***
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering!
You can use `tail -100 /app/log/app.log` in the container if you have trouble getting to the log files or send them to netalertx@gmail.com with the issue number.
You can use `tail -100 /app/log/app.log` in the container if you have trouble getting to the log files or send them to support@netalertx.com with the issue number.
validations:
required: false
- type: textarea

View File

@@ -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: [netalertx@gmail.com](mailto:netalertx@gmail.com).
Instead, send details to our security contact email: [support@netalertx.com](mailto:support@netalertx.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 netalertx@gmail.com
- label: Yes, I have sent the details to support@netalertx.com
required: true
- label: Not yet, I will send it after opening this issue

View File

@@ -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 <netalertx@gmail.com>.
reported to the community leaders responsible for enforcement at <support@netalertx.com>.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View File

@@ -198,7 +198,7 @@ Thank you to everyone who appreciates this tool and donates.
- Bitcoin: `1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM`
- Ethereum: `0x6e2749Cb42F4411bc98501406BdcD82244e3f9C7`
📧 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.
📧 Email me at [support@netalertx.com](mailto:support@netalertx.com?subject=NetAlertX) if you want to get in touch or if I should add other sponsorship platforms.
</details>

View File

@@ -6,7 +6,7 @@
#
# update_vendors.sh - Back module. IEEE Vendors db update
# ------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
# ------------------------------------------------------------------------------
# ----------------------------------------------------------------------

View File

@@ -103,6 +103,6 @@ Sometimes specific log sections are needed to debug issues. The Devices and Curr
2. Wait for the issue to occur.
3. Search for `================ DEVICES table content ================` in your logs.
4. Search for `================ CurrentScan table content ================` in your logs.
5. Open a new issue and post (redacted) output into the issue description (or send to the netalertx@gmail.com email if sensitive data present).
5. Open a new issue and post (redacted) output into the issue description (or send to the support@netalertx.com email if sensitive data present).
6. Please set `LOG_LEVEL` to `debug` or lower.

View File

@@ -67,7 +67,7 @@ Sometimes specific log sections are needed to debug issues. The Devices and Curr
2. Wait for the issue to occur.
3. Search for `================ DEVICES table content ================` in your logs.
4. Search for `================ CurrentScan table content ================` in your logs.
5. Open a new issue and post (redacted) output into the issue description (or send to the netalertx@gmail.com email if sensitive data present).
5. Open a new issue and post (redacted) output into the issue description (or send to the support@netalertx.com email if sensitive data present).
6. Please set `LOG_LEVEL` to `debug` or lower.
## Common issues

View File

@@ -127,4 +127,4 @@ You can read or watch several [community configuration guides](https://docs.neta
- Bitcoin: `1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM`
- Ethereum: `0x6e2749Cb42F4411bc98501406BdcD82244e3f9C7`
> 📧 Email me at [netalertx@gmail.com](mailto:netalertx@gmail.com?subject=NetAlertX Donations) if you want to get in touch or if I should add other sponsorship platforms.
> 📧 Email me at [support@netalertx.com](mailto:support@netalertx.com?subject=NetAlertX Donations) if you want to get in touch or if I should add other sponsorship platforms.

View File

@@ -93,7 +93,7 @@ By default, NetAlertX does **not** require login. Before exposing the UI in any
If you discover a vulnerability or security concern, please report it **privately** via GitHub security advisories or to:
📧 [netalertx@gmail.com](mailto:netalertx@gmail.com?subject=NetAlertX%20Security%20Disclosure)
📧 [support@netalertx.com](mailto:support@netalertx.com?subject=NetAlertX%20Security%20Disclosure)
We take security seriously and will work to patch confirmed issues promptly. Your help in responsible disclosure is appreciated!

View File

@@ -4,7 +4,7 @@
#
# app.css - Front module. CSS styles
#-------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

View File

@@ -8,7 +8,7 @@
* mergeUniqueArrays(), getSetting(), getString(), getCache(),
* setCache(), and all cache* functions from cache.js.
*-------------------------------------------------------------------------------
# netalertx@gmail.com GNU GPLv3
# support@netalertx.com GNU GPLv3
----------------------------------------------------------------------------- */
// -----------------------------------------------------------------------------

View File

@@ -7,7 +7,7 @@
* All cross-file calls (handleSuccess, showSpinner, etc.) are
* call-time dependencies resolved after page load.
*-------------------------------------------------------------------------------
# netalertx@gmail.com GNU GPLv3
# support@netalertx.com GNU GPLv3
----------------------------------------------------------------------------- */
// Cache version stamp — injected by header.php from the app's .VERSION file.

View File

@@ -4,7 +4,7 @@
*
* common.js - Front module. Common Javascript functions
*-------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
----------------------------------------------------------------------------- */
// -----------------------------------------------------------------------------

View File

@@ -4,7 +4,7 @@
*
* ui_components.js - Front module. Common UI components
*-------------------------------------------------------------------------------
# jokob netalertx@gmail.com GNU GPLv3
# jokob support@netalertx.com GNU GPLv3
----------------------------------------------------------------------------- */

View File

@@ -5,7 +5,7 @@
//
// db.php - Front module. Server side. DB common file
//------------------------------------------------------------------------------
# 2022 jokob netalertx@gmail.com GNU GPLv3
# 2022 jokob support@netalertx.com GNU GPLv3
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------

View File

@@ -5,7 +5,7 @@
//
// util.php - Front module. Server side. Settings and utility functions
//------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
//------------------------------------------------------------------------------
require dirname(__FILE__).'/../templates/globals.php';

View File

@@ -4,7 +4,7 @@
#
# header.php - Front module. Common header to all the web pages
#-------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
#--------------------------------------------------------------------------- -->
<?php

View File

@@ -4,7 +4,7 @@
#
# notificacion.php - Front module. Common notification & modal window
#-------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
#--------------------------------------------------------------------------- -->
<!-- Modal Ok -->

View File

@@ -7,7 +7,7 @@ set -euo pipefail
#
# update_vendors.sh - Back module. IEEE Vendors db update
# ------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
# ------------------------------------------------------------------------------
# ----------------------------------------------------------------------

View File

@@ -6,7 +6,7 @@
#
# Back module. Network scanner
# -------------------------------------------------------------------------------
# Puche 2021 / 2022+ jokob netalertx@gmail.com GNU GPLv3
# Puche 2021 / 2022+ jokob support@netalertx.com GNU GPLv3
# -------------------------------------------------------------------------------