From 77d02c65cfe734b15dd5804fcbe558f433e0c73c Mon Sep 17 00:00:00 2001 From: Engelgardt23 Date: Mon, 1 Jun 2026 13:16:41 +0300 Subject: [PATCH] docs: drop remaining GitHub mentions (CONTRIBUTING/SECURITY/.gitignore) --- .gitignore | 2 +- CONTRIBUTING.md | 9 ++++----- SECURITY.md | 6 ++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ab12659..881a36a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ dist/ __pycache__/ *.py[cod] -# Distribution staging folders (built per-version, attached to GitHub Releases) +# Distribution staging folders (built per-version, attached to Gitea Releases) portable-v*/ # Local backup of release archives diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f74e86..ff0544e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,8 @@ ``` vrcx/ -├── .github/ -│ ├── workflows/release.yml ← CI: tag-driven build + GitHub Release -│ └── ISSUE_TEMPLATE/ ← bug / feature / security routing +├── .gitea/ +│ └── workflows/release.yml ← CI: tag-driven build + Gitea Release ├── dev/ ← current work (everything code-related lives here) │ ├── src/vrcx/ │ │ ├── __init__.py ← single source of truth for __version__ @@ -17,7 +16,7 @@ vrcx/ │ │ ├── config.py ← config.ini next to the exe (first-run prompt) │ │ ├── i18n.py ← EN/RU translation table + t() helper │ │ ├── platform_win.py ← VT enable -│ │ ├── update_check.py ← GitHub /releases/latest poll (returns tag) +│ │ ├── update_check.py ← Gitea /releases/latest poll (returns tag) │ │ ├── commands.py ← BMC artefacts table │ │ ├── bmc.py ← BmcSession (SSH + Redfish helper) │ │ ├── collector.py ← per-host BMC collect loop @@ -72,7 +71,7 @@ python -m PyInstaller --onefile --console --name vrcx \ 4. Tag: `git tag vX.Y.Z`. 5. Push: `git push && git push --tags`. -CI builds the exe and creates the GitHub Release with the zip attached. +CI builds the exe and creates the Gitea Release with the zip attached. ## Where features go diff --git a/SECURITY.md b/SECURITY.md index 61734e6..2255ce4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,16 +6,14 @@ output to disk — so vulnerability reports are very welcome. ## Supported versions -Only the latest tagged release on GitHub is supported. Older versions will +Only the latest tagged release is supported. Older versions will not get fixes; please upgrade first. ## How to report a vulnerability **Please do not open a public issue** for security-sensitive findings. -Use GitHub's private security advisories: go to the -[Security tab](../../security/advisories/new) of this repo and click -"Report a vulnerability". GitHub will route it privately. +Report privately by email to the maintainer at engelgardt2024@gmail.com. Please include: - The version you tested (the startup banner is enough).