Impact
What kind of vulnerability is it? Who is impacted?
Sample of template exposing server configuration using Sprig's env
function:
metadata:
template: true
steps:
- name: sample
image: alpine:latest
commands:
# OAuth client ID for Vela <-> GitHub communication
- echo {{ env "VELA_SOURCE_CLIENT" }}
# secret used for server <-> worker communication
- echo {{ env "VELA_SECRET" }}
Patches
Has the problem been patched? What versions should users upgrade to?
Additional Recommended Action(s)
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
For more information
If you have any questions or comments about this advisory:
References
Impact
What kind of vulnerability is it? Who is impacted?
Sample of template exposing server configuration using Sprig's
env
function:Patches
Has the problem been patched? What versions should users upgrade to?
0.6.1
Additional Recommended Action(s)
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
For more information
If you have any questions or comments about this advisory:
References