Lock.Android icon indicating copy to clipboard operation
Lock.Android copied to clipboard

chore: Moved all inputs to environment variables to prevent shell command injection

Open pmathew92 opened this issue 1 month ago • 0 comments

Changes

This PR fixes a security vulnerability while executing the GH actions. Currently all inputs are executed directly in the actions making them susceptible to shell command injection. We resolve this by moving them to environment variables

Checklist

pmathew92 avatar Dec 08 '25 10:12 pmathew92