optimizely / python-sdk

Python SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/python-sdk
Apache License 2.0
32 stars 36 forks source link

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

Closed FarhanAnjum-opti closed 1 month ago

FarhanAnjum-opti commented 1 month 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