-
Notifications
You must be signed in to change notification settings - Fork 411
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
disable DBG Invoker on default #3831
disable DBG Invoker on default #3831
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
f7e63a3
to
b9568dc
Compare
/run-integration-tests |
Configuration in |
so maybe a more appropriate way is to put the switch to the stable area of configs? |
Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
/run-integration-tests |
/run-unit-tests |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/921/cobertura/ lines: 43.7% (49840 out of 113995) |
"dangerous" does not only mean we can invoke "DBGInvoke" methods. Malicious users can invoke any CK's SQL-like queries statements through its TCP/HTTP port. For example, use "drop table xxx" to drop data, use "insert into" to pollute data. |
Ref #1527 |
Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
We'd better disable all entries towards data manipulation methods. |
Related issue for tiflash-ctl: JaySon-Huang/tiflash-ctl#7 |
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
@SchrodingerZhu: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Schrodinger ZHU Yifan [email protected]
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note