colander
colander copied to clipboard
possible security vulnerability in user input
i discovered a specific vulnerability in a handful of python form validation and sanitization libraries yesterday. colander is affected. the behavior is desired in some contexts, but dangerous in most http/html contexts.
is there someone I can email about this?
From https://pylonsproject.org/community-support.html
To report security issues with projects under the Pylons Project send email to: [email protected]. If we determine that your report may be a security issue with the project, we may contact you for further information.
Thank you!
@jvanasco did you send an email about this issue? If not, would you please reach out to either the security list or to me personally? [email protected] or [email protected] (either one/both is fine).
I thought I did, but there's nothing in my outbox. I'll email the group now.
Thanks @jvanasco!
if anyone in the general public is worried about this: please don't. many upstream libraries and web browsers have since integrated safeguards against this overall attack type, making this ticket largely redundant.