-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
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
Add length check to github signature #187
base: master
Are you sure you want to change the base?
Conversation
5554ed1
to
316ebee
Compare
@robinlieb, this PR relates to a Security Audit done to the CNCF Knative Project, Can you check to see if this PR is expected to be fixed any time soon, or should Knative look for alternatives instead? |
Hi @AdamKorcz, |
Yes |
@robinlieb Can you have a look at https://github.com/go-playground/webhooks/security/advisories/GHSA-m7vc-6h95-xrjq and invite @davidhadas as a collaborator there as well? |
Signed-off-by: AdamKorcz <[email protected]>
316ebee
to
f4db242
Compare
I'm the other security lead on Knative, and I'd appreciate if I could be on this issue as well. |
Actually, #173 did fix this by swapping I think we can close this given #173 being merged. Do you agree @AdamKorcz ? |
Seems like I don't have access neither. @deankarn can you have a look and add me and the two mentioned in the thread to this security advisory? |
Maybe I missed something how would I add someone to the security advisory? Not sure I understand. |
|
OK y'all should be added now as collaborators. |
Adds a length check to avoid an out-of-range panic.