Release v2.0: Security fixes for CWE-78, CWE-250, CWE-426 - Fix unsafe sudo and PATH injection vulnerabilities

This commit is contained in:
2026-05-21 01:38:00 +05:30
parent ff877e2330
commit 90224542b7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
pkgname=nextor-ip-changer pkgname=nextor-ip-changer
pkgver=1.0.0 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc="A tool to change TOR IP instantly using a single click" pkgdesc="A tool to change TOR IP instantly using a single click"
arch=('any') arch=('any')
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "nextor" name = "nextor"
version = "1.1" version = "2.0"
description = "Tor exit node IP address rotator for privacy and security testing" description = "Tor exit node IP address rotator for privacy and security testing"
readme = "README.md" readme = "README.md"
requires-python = ">=3.6" requires-python = ">=3.6"
+1 -1
View File
@@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="nextor", name="nextor",
version="1.1", version="2.0",
author="Stalin", author="Stalin",
author_email="stalin@example.com", author_email="stalin@example.com",
description="Automatically rotate Tor exit nodes and display updated IP address", description="Automatically rotate Tor exit nodes and display updated IP address",