vexance / Stratustryke

A small work-in-progress modular cloud security tool
2 stars 0 forks source link

[STSK35] Allow unset for framework config options #36

Open vexance opened 1 year ago

vexance commented 1 year ago

Recently noticed that current behavior does not allow for un-setting of framework config options. Notably, once HTTP_PROXY is set, users are unable to disable it as passing an empty string ('') does not match the required regular expression.

Proposing one of the two solutions: