We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This sample depends on github.com/cloudevents/sdk-go/v2 and has a lot of logic to parse CloudEvent.
github.com/cloudevents/sdk-go/v2
This is source of potential vulnerability and code complexity.
It's unclear that this sample still needs to be able to handle CloudEvent.
We should figure out if it is used in any EventArc sample or if it used to demo EventArc.
If not, we should remove this dependency and code.
The text was updated successfully, but these errors were encountered:
I see it is still used here: https://cloud.google.com/eventarc/docs/run/create-trigger-storage-console#event-receiver
Sorry, something went wrong.
No branches or pull requests
This sample depends on
github.com/cloudevents/sdk-go/v2
and has a lot of logic to parse CloudEvent.This is source of potential vulnerability and code complexity.
It's unclear that this sample still needs to be able to handle CloudEvent.
We should figure out if it is used in any EventArc sample or if it used to demo EventArc.
If not, we should remove this dependency and code.
The text was updated successfully, but these errors were encountered: