vmware-tanzu/sources-for-knative

[BUG] What to do regarding Security Warnings

gabo1208 opened this issue · 5 comments

Describe the bug
Right now we are having security warnings with one of our libs
image

To Reproduce
Steps to reproduce the behavior:
Any PR has this right now

Expected behavior
All jobs to pass

Additional context
We should do any change or ignore it for now?

Thanks for flagging this @gabo1208
Does sources-for-knative allow an arbitrary user to define URLs used with go-retryablehttp ? That would raise the exposure according to https://cwe.mitre.org/data/definitions/117.html

From a quick glance, I don't see an upstream issue/patch in https://github.com/hashicorp/go-retryablehttp so it might be worth raising this upstream.

It's a transitive dependency in vendor/knative.dev/eventing/pkg/kncloudevents/message_sender.go. Looks like we are not seeing this in other kn repos then?

Do we still have this issue @gabo1208 ?

Looks like we're good here. Closing this, let me know if you have concerns @gabo1208