Actions
action #2434
closedget rid of environment variables
Description
openqa shouldn't use environment variables. When allowing the webui to set arbitrary environment variables a malicious user may use e.g. LD_PRELOAD. So let's use a different %config hash instead of %ENV.
Updated by lnussel over 10 years ago
- Priority changed from Normal to High
- Estimated time set to 8.00 h
Updated by bmwiedemann over 10 years ago
using a JSON string as a means of transport for %config (e.g. via %ENV{config} or a file) seems to be the best way then.
Updated by mlin7442 over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
Updated by mlin7442 over 10 years ago
- Status changed from In Progress to Resolved
Actions