Untrusted input reaches an interpreter (eval, template, deserializer), letting an attacker run arbitrary code.
Patch the package and remove dynamic evaluation of user input.
Never pass user input to eval/exec/templating engines; use safe, data-only APIs.
Stateward flags Code Injection in your own code and dependencies on every pull request.
Scan my repoSources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.