github / licensed-ci

Update and check cached licenses in a GitHub Actions workflow
MIT License
39 stars 7 forks source link

Fix possible command injections #337

Closed dangoor closed 2 months ago

dangoor commented 2 months ago

This addresses possible second-order command injections in utils.js deleteBranch and ensureBranch.

Fixes https://github.com/github/licensed-ci/security/code-scanning/2 Fixes https://github.com/github/licensed-ci/security/code-scanning/3 Fixes https://github.com/github/licensed-ci/security/code-scanning/4