Jonas Klemming
Jonas Klemming
Any news on this issue?
@cindy-peng What is going on here, why is it taking months to get this fixed? There is a critical vulnerability in a dependency that is not getting fixed due to...
> @cindy-peng any news? [googleapis/cloud-profiler-nodejs](https://github.com/googleapis/cloud-profiler-nodejs) has been vulnerable for months now. I tried to get cloud-profiler-nodejs eyes on this as well here: https://github.com/googleapis/cloud-profiler-nodejs/issues/937 The slow turn around on this is...
This workaround solved it for me: ``` validate: { payload: Joi.alternatives() .conditional('$auth.credentials.scope', { is: Joi.array().has('permission.a'), then: Joi.object().keys(...) }), .conditional('$auth.credentials.scope', { is: Joi.array().has('permission.b'), then: Joi.object().keys(...) }), }, ```
Any updates on this one?