- Notifications
You must be signed in to change notification settings - Fork242
Add length check to github signature#187
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedNov 18, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
5554ed1 to316ebeeComparedavidhadas commentedNov 29, 2023
@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? |
robinlieb commentedNov 29, 2023
Hi@AdamKorcz, |
AdamKorcz commentedNov 29, 2023
Yes |
AdamKorcz commentedNov 29, 2023
@robinlieb Can you have a look athttps://github.com/go-playground/webhooks/security/advisories/GHSA-m7vc-6h95-xrjq and invite@davidhadas as a collaborator there as well? |
Signed-off-by: AdamKorcz <adam@adalogics.com>
316ebee tof4db242Compareevankanderson commentedDec 4, 2023
I'm the other security lead on Knative, and I'd appreciate if I could be on this issue as well. |
evankanderson commentedDec 4, 2023
Actually,#173did fix this by swapping I think we can close this given#173 being merged. Do you agree@AdamKorcz ? |
robinlieb commentedDec 4, 2023
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? |
deankarn commentedDec 6, 2023
Maybe I missed something how would I add someone to the security advisory? Not sure I understand. |
AdamKorcz commentedDec 6, 2023
|
deankarn commentedDec 7, 2023
OK y'all should be added now as collaborators. |
Adds a length check to avoid an out-of-range panic.