{
    "name": "markshust/magento2-module-polyshell-patch",
    "description": "The PolyshellPatch module mitigates the PolyShell vulnerability (APSB25-94) — an unrestricted file upload in the Magento REST API that allows attackers to upload executable files via cart item custom option file uploads.",
    "require": {
        "php": "^8.1",
        "magento/framework": "^103"
    },
    "require-dev": {
        "roave/security-advisories": "dev-latest"
    },
    "type": "magento2-module",
    "license": [
        "MIT"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "MarkShust\\PolyshellPatch\\": ""
        }
    }
}
