Skip to content
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

🚀 Join Cloudinary's Hacktoberfest! #105

Open
const-cloudinary opened this issue Oct 1, 2024 · 4 comments
Open

🚀 Join Cloudinary's Hacktoberfest! #105

const-cloudinary opened this issue Oct 1, 2024 · 4 comments

Comments

@const-cloudinary
Copy link
Collaborator

Hacktoberfest is here! And we’re excited to invite you to explore and contribute to our Cloudinary SDKs on GitHub!

Whether you’re a seasoned contributor or new to Open Source, this is a great opportunity to get involved, suggest improvements, and help shape our SDKs.

🛠️ Here’s what we’re looking for:

  • Explore our SDKs and suggest enhancements.
  • Report bugs, improve documentation, or offer new ideas.
  • Help us make the developer experience even better!

Meaningful contributions will be eligible for exclusive Cloudinary swag, learn more about the requirements on our blog post

Let’s build something amazing together! 🎉

@neelshah2409
Copy link

Hi @const-cloudinary
In cloudinary.go, the URLForUpload function has a potential security issue. It directly uses the user-provided public_id without any sanitization. This could lead to security vulnerabilities like SSRF or XSS attacks. It is recommended to sanitize or validate the public_id before using it.

Should I work on it ?

@const-cloudinary
Copy link
Collaborator Author

Hello @neelshah2409 , thank you for your participation!

Can you please provide an example?

This is a backend SDK, it doesn't run in the browser, the public ids that are specified are passed through some backend code that can validate it, use WAF or any other security layer to mitigate such attacks.

@RS-labhub
Copy link

Are you guys going to open any issues or we have to find them?

@const-cloudinary
Copy link
Collaborator Author

@RS-labhub , if you find anything, feel free to open a GitHub Issue and then work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants