-
Notifications
You must be signed in to change notification settings - Fork 52
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
Replace ShellUtils arbitrary command execution #441
Labels
done
Issues in the state 'done'
Comments
adejanovski
added
done
Issues in the state 'done'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Mar 21, 2024
emerkle826
added a commit
that referenced
this issue
Mar 21, 2024
alaye-ms
added a commit
to microsoft/management-api-for-apache-cassandra
that referenced
this issue
Apr 1, 2024
Release v0.1.74 * [FEATURE] [k8ssandra#453](k8ssandra#453) Use a longer driver timeout for drain * [FEATURE] [k8ssandra#455](k8ssandra#455) Add DSE 6.8.43 to the build matrix * [FEATURE] [k8ssandra#458](k8ssandra#458) Update MCAC to v0.3.5 * [ENHANCEMENT] [k8ssandra#441](k8ssandra#441) Replace ShellUtils arbitrary command execution
alaye-ms
added a commit
to microsoft/management-api-for-apache-cassandra
that referenced
this issue
Apr 2, 2024
Release v0.1.74 * [FEATURE] [k8ssandra#453](k8ssandra#453) Use a longer driver timeout for drain * [FEATURE] [k8ssandra#455](k8ssandra#455) Add DSE 6.8.43 to the build matrix * [FEATURE] [k8ssandra#458](k8ssandra#458) Update MCAC to v0.3.5 * [ENHANCEMENT] [k8ssandra#441](k8ssandra#441) Replace ShellUtils arbitrary command execution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ShellUtils class allows for arbitrary command execution here, here, and here. We should refactor this class so that the commands executed are sanitized, similar to what was done in DSE for DSP-22272
The text was updated successfully, but these errors were encountered: