Maxim Patlasov
Maxim Patlasov
# What happened? An user with permissions to create or modify `StorageClass` may print any `Secret`. The problem comes from a [`klog` print](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/pkg/gce-pd-csi-driver/utils.go#L63-L66) which is not sanitized: ``` // Note...
Malicious user can put a secret in request as explained here: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues/1372. **What type of PR is this?** /kind bug **What this PR does / why we need it**: Malicious...
if env var `FIPS_ENABLED` is set: https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/1325 . **Is this a bug fix or adding new feature?** This is a bug: if the driver is run in FIPS-enabled environment, `stunnel`...
Modern GNU make (version >= 4.4) has backward-incompatible feature: > * WARNING: Backward-incompatibility! > Previously makefile variables marked as export were not exported to commands > started by the $(shell...