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

Add argument validation checks for plugin commands #1

Open
Voxel9 opened this issue Feb 11, 2020 · 0 comments
Open

Add argument validation checks for plugin commands #1

Voxel9 opened this issue Feb 11, 2020 · 0 comments
Labels
enhancement Issues covering a potentially useful feature to be added. Low Priority Smaller, long-term issues which don't have to be done as soon as other issues Plugin Issues related to the CheatX Xbox plugin

Comments

@Voxel9
Copy link
Owner

Voxel9 commented Feb 11, 2020

Currently, the Xbox plugin processes user-provided arguments via sscanf, however none of the data actually gets validated beforehand.

In the near future, it would be preferable to add this in. However, most people will likely use the interface instead of the command line, and seeing as the interface will always send correct commands and validate data that feeds back into it anyway, this isn't a huge breaking issue.

@Voxel9 Voxel9 added Plugin Issues related to the CheatX Xbox plugin Low Priority Smaller, long-term issues which don't have to be done as soon as other issues enhancement Issues covering a potentially useful feature to be added. labels Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues covering a potentially useful feature to be added. Low Priority Smaller, long-term issues which don't have to be done as soon as other issues Plugin Issues related to the CheatX Xbox plugin
Projects
None yet
Development

No branches or pull requests

1 participant