Fix versions

This commit is contained in:
Icex0
2026-07-18 02:04:58 +02:00
parent 1742aa3d19
commit f157decdb8
5 changed files with 44 additions and 32 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "wp2shell-poc"
version = "1.0.0"
description = "PoC for the WordPress REST batch route-confusion SQL injection to RCE chain (CVE-2026-63030)."
description = "PoC for the WordPress REST batch route-confusion SQL injection associated with wp2shell."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
keywords = ["wordpress", "rest-api", "sql-injection", "rce", "security", "cve-2026-63030"]
keywords = ["wordpress", "rest-api", "sql-injection", "wp2shell", "security"]
classifiers = [
"Environment :: Console",
"Intended Audience :: Information Technology",