observableobject / XCode-Deploy

A Github Action for Archiving, Exporting, and Uploading a build to App Store Connect (TestFlight)
MIT License
14 stars 7 forks source link

Security Audit. #5

Open observableobject opened 2 years ago

observableobject commented 2 years ago

Script Injection is possible which can allow a bad actor to harvest secrets. This is not a huge problem on a hosted runner as they are ephemeral, but best practice should be used to prevent it.

I have sanitized inputs but bash isn't my strong area, so I'm looking for an auditor to improve security.