cloudinary / cloudinary-cli

A command line interface for Cloudinary's APIs
https://cloudinary.com/documentation/cloudinary_cli
MIT License
17 stars 10 forks source link

Enhance Cloudinary CLI for Security and Optimization #80

Open simran-sankhala opened 12 months ago

simran-sankhala commented 12 months ago

Brief Summary of Changes

Addressed the potential security risk by implementing thorough input validation and sanitization for user-provided arguments and options. This helps mitigate the risk of code injection and ensures that unexpected behavior does not occur due to malicious input. Specifically, the code now validates and sanitizes user input before processing.

What does this PR address?

Are tests included?

simran-sankhala commented 11 months ago

sure , let me work on that test cases

colbyfayock commented 10 months ago

@simran-sankhala do you plan on continuing to work on this?