VYPR

npm package

@actions/core

pkg:npm/%40actions/core

Vulnerabilities (2)

  • CVE-2022-35954Aug 13, 2022
    affected < 1.9.1fixed 1.9.1

    The GitHub Actions ToolKit provides a set of packages to make creating actions easier. The `core.exportVariable` function uses a well known delimiter that attackers can use to break out of that specific variable and assign values to other arbitrary variables. Workflows that write

  • CVE-2020-15228Oct 1, 2020
    affected < 1.2.6fixed 1.2.6

    In the `@actions/core` npm module before version 1.2.6,`addPath` and `exportVariable` functions communicate with the Actions Runner over stdout by generating a string in a specific format. Workflows that log untrusted data to stdout may invoke these commands, resulting in the pat