- Status Closed
- Percent Complete
- Task Type Security Issue
- Category Any
-
Assigned To
Emulatorman - Operating System Hyperbola GNU/Linux-libre
- Severity Critical
- Priority High
- Reported Version Any
- Due in Version Starfix
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Packages
Opened by fablamar78 - 29/09/2018
Last edited by Emulatorman - 06/10/2019
Opened by fablamar78 - 29/09/2018
Last edited by Emulatorman - 06/10/2019
FS#1209 - [octopi] uploads system logs to ptpb.pw without confirmation
Octopi 0.9.0 is uploading system logs to ptpb.pw without confirmation through :
Tools
→ SysInfo → ptpb.pw
I think it should be either disabled or add at least a patch to ask for a confirmation.
An other way could be to patch this :
src/globals.cpp 240: * Generates SysInfo file and paste it to ptpb site 255: QString ptpb = UnixCommand::getCommandOutput("curl -F c=@- https://ptpb.pw/?u=1", tempFile->fileName()); 256: return ptpb;
to :
src/globals.cpp 240: * Generates SysInfo file and paste it to ptpb site 255: QString ptpb = UnixCommand::getCommandOutput("curl -F c=@- **https://ptpb.pw/", tempFile->fileName()); 256: return ptpb;
This way, you can at least ask for log deletion with the help of log uuid as explained here : https://ptpb.pw/#id10
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
the url is : https://ptpb.pw/ instead of : **https://ptpb.pw/
See : https://github.com/aarnt/octopi/issues/350
This patch fixes the url issue (test by myself), it can be added to : hyperbola-support.patch
turn ptpb;
}</code>
→ https://paste.debian.net/plainh/22b19aa6