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

Added command execution prevention for steemworlds.sk #58

Merged
merged 1 commit into from Jul 9, 2019

Conversation

Abwasserrohr
Copy link
Owner

@Abwasserrohr Abwasserrohr commented Jul 9, 2019

This pull request adds a protection against any commands which might get loaded. It is not possible to run any command blocks or command block minecarts within a steem based world due to security reasons.

  • Works as expected
  • Loads without errors

Close #41 once merged.

By checking the ServerCommandEvent event, we can prevent commands from being executed by entities and blocks of steem based worlds to prevent the execution of malicious commands. Closes #41
@Abwasserrohr Abwasserrohr added enhancement New feature or request steemworlds.sk labels Jul 9, 2019
@Abwasserrohr Abwasserrohr self-assigned this Jul 9, 2019
@Abwasserrohr Abwasserrohr changed the title Added ServerCommandEvent event Added command execution prevention for steemworlds.sk Jul 9, 2019
@Abwasserrohr Abwasserrohr merged commit 38c55ac into master Jul 9, 2019
@Abwasserrohr Abwasserrohr deleted the Abwasserrohr-ServerCommandEvent branch July 9, 2019 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request steemworlds.sk
Projects
steemworlds.sk
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

Prevent malicious command blocks from being executed by cancelling their events out
1 participant