optimizely / swift-sdk

Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21 stars 30 forks source link

[FSSDK-10665] fix: Github Actions YAML files vulnerable to script injections corrected #555

Closed FarhanAnjum-opti closed 2 months ago

FarhanAnjum-opti commented 2 months ago

Summary

Instead of directly using variables that can contain user input, new intermediate variables were introduced so that script injection attacks could be mitigated.

Issues