-
-
Notifications
You must be signed in to change notification settings - Fork 374
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 simple POST-command and changed upload path (remote) #4106
Conversation
ee194d9
to
39a0324
Compare
39a0324
to
4fdbcd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run export PATH=${HOME}/Library/Python/3.9/bin:${HOME}/Library/Python/3.10/bin:${HOME}/.local/bin:${PATH}
pylint: Command line or configuration file:1: UserWarning: 'BaseException' is not a proper value for the 'overgeneral-exceptions' option. Use fully qualified name (maybe 'builtins.BaseException' ?) instead. This will cease to be checked at runtime when the configuration upgrader is released.
pylint: Command line or configuration file:1: UserWarning: 'Exception' is not a proper value for the 'overgeneral-exceptions' option. Use fully qualified name (maybe 'builtins.Exception' ?) instead. This will cease to be checked at runtime when the configuration upgrader is released.
************* Module fuzz_rz_asm
test/fuzz/scripts/fuzz_rz_asm.py:137:11: E0601: Using variable 'sys' before assignment (used-before-assignment)
-----------------------------------
Your code has been rated at 9.94/10
Error: Process completed with exit code 123.
56d8832
to
961fd1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just some comments that should be fixed. also if http.index
is not used anywhere else, you can also do a cleanup and remove it from cconfig.c
remote files can be uploaded now via /upload/ commands now can be transmitted via POST body, because its not good to transmit special characters via URI path should be enough to update rz-pipe in order to enable remote analysis
961fd1b
to
37bfece
Compare
37bfece
to
16bc22e
Compare
ya it is used in remote get command in browser to display index.html when no cmd is specified, so can't remove it |
Your checklist for this pull request
Detailed description
Closes #1897