From 90224542b70f6384b41cc9ed9414e872ad0a0bec Mon Sep 17 00:00:00 2001 From: Stalin S Date: Thu, 21 May 2026 01:38:00 +0530 Subject: [PATCH] Release v2.0: Security fixes for CWE-78, CWE-250, CWE-426 - Fix unsafe sudo and PATH injection vulnerabilities --- PKGBUILD | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index bef418f..a40cf40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=nextor-ip-changer -pkgver=1.0.0 +pkgver=2.0.0 pkgrel=1 pkgdesc="A tool to change TOR IP instantly using a single click" arch=('any') diff --git a/pyproject.toml b/pyproject.toml index 5414fd1..05e2a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nextor" -version = "1.1" +version = "2.0" description = "Tor exit node IP address rotator for privacy and security testing" readme = "README.md" requires-python = ">=3.6" diff --git a/setup.py b/setup.py index 18a1c29..3aa135f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="nextor", - version="1.1", + version="2.0", author="Stalin", author_email="stalin@example.com", description="Automatically rotate Tor exit nodes and display updated IP address",