coordination #43742
closedcoordination #36712: [saga] Use YaST specific framework for GUI testing
[functional][y][epic] Separate YaST UI framework to individual project
100%
Description
Motivation¶
As an outcome of #37327, it was decided that we cannot afford having this functionality in libyui directly, as it also might introduce security flows allowing remote control on the applications.
So solution to that it to extract part to the separate package which will be using existing libyui and therefore lowering risks of missing bugs cause of using different libyui version in comparison to the one which will be shipped.
As a next step here, we need to split changes in http_server branch (https://github.com/libyui/libyui/compare/http_server?expand=1) to separate package, submitting only required parts for parsing to the libyui, or ideally overriding those objects.
It might requiring some changes to libyui as well.
Task requires more research on C++ plugins, however libyui-qt or libyui-ncurses can serve as a base for the solution, as are using similar approach while being loaded.
Acceptance criteria¶
- YaST UI testing framework parts which are irrelevant for libyui, are separated and having separate project
Updated by riafarov about 6 years ago
- Copied from coordination #38876: [functional][y][epic] Automate yast2 hostname test suite using YaST framework which is not relying on shortcuts added
Updated by riafarov about 6 years ago
- Copied from deleted (coordination #38876: [functional][y][epic] Automate yast2 hostname test suite using YaST framework which is not relying on shortcuts)
Updated by riafarov about 6 years ago
- Due date set to 2018-12-04
- Status changed from New to Workable
- Parent task set to #38876
Updated by riafarov about 6 years ago
- Status changed from Workable to In Progress
So libyui already has mechanism to load libraries using dlopen calls, see (YUIPlugin)[[https://github.com/libyui/libyui/blob/master/src/YUIPlugin.h]]. So that would be best choice to simply reuse it. As for the framework, we still will need some changes in the libyui itself, like changes to src/YPushButton.h, src/YTable.cc, src/YWizard.h, etc. Experimenting on it to make it work.
Updated by riafarov about 6 years ago
- Due date changed from 2018-12-04 to 2018-12-18
Updated by riafarov about 6 years ago
- Due date changed from 2018-12-18 to 2019-01-15
Missing parts:
- project on OBS for new packages
- loading of the module in libyui
Updated by riafarov about 6 years ago
- Target version changed from Milestone 21 to Milestone 22
Updated by riafarov about 6 years ago
https://github.com/libyui/libyui/pull/141
Solution for libyui provided, gathering feedback now before proceeding with libyui-ncurses and libyui-qt libraries.
Updated by riafarov about 6 years ago
- Status changed from In Progress to Feedback
Updated by cwh about 6 years ago
I'd like to add the outcome from my (informal) request to the Security Team.
mgerstner@suse.de writes:
"I would like to see (additionally) to restrict such a REST API to be
enabled only when e.g. a file in a trusted location exists like
/etc/yast.debug or a config file entry or similar. The thing with
environment variables alone is that they can be inherited sometimes even
across su/sudo boundaries. This makes them more susceptive to unexpected
security issues."
"What kind of authentication do you have in mind here? If authentication credentials
are sent over the socket and YUI_HTTP_REMOTE is involved then you should
take care not to do this unauthenticated/unencrypted. Except you can
really make sure this will never be used outside of lab environments."
Additionally jsegitz@suse.de suggests to show a popup or any kind of status line in the UI in case if the remote API is enabled.
In my opinion the file in a trusted location even could be the Plugin itself.
Before we push it into any product we better open a Security Audit Bug as described in
https://en.opensuse.org/openSUSE:Package_security_guidelines#Audit_Bugs_for_the_Security_Team
Updated by riafarov about 6 years ago
- Subject changed from [functional][y] Separate YaST UI framework to individual project to [functional][y][epic] Separate YaST UI framework to individual project
Updated by riafarov about 6 years ago
- Due date changed from 2019-01-29 to 2019-02-12
due to changes in a related task
Updated by riafarov about 6 years ago
- Due date changed from 2019-02-12 to 2019-02-26
due to changes in a related task
Updated by riafarov almost 6 years ago
- Due date changed from 2019-02-26 to 2019-03-12
due to changes in a related task
Updated by okurz almost 6 years ago
- Target version changed from Milestone 22 to Milestone 23
@riafarov I can see two subtasks still open so we could set this ticket to be "Blocked by subtasks". However IMHO #43742#note-13 is a reasonable concern so I guess this should be adressed first?
Updated by riafarov almost 6 years ago
- Status changed from Feedback to In Progress
okurz wrote:
@riafarov I can see two subtasks still open so we could set this ticket to be "Blocked by subtasks". However IMHO #43742#note-13 is a reasonable concern so I guess this should be adressed first?
I don't really like to block epics because subtasks are not resolved, as it means it's in progress, so I put in progress. Comment from #43742#note-13 has been already addressed, there might be minor changes required when we have fully working solution.
Updated by riafarov almost 6 years ago
- Due date changed from 2019-03-12 to 2019-01-08
due to changes in a related task
Updated by riafarov almost 6 years ago
- Due date changed from 2019-03-26 to 2019-04-09
due to changes in a related task
Updated by riafarov almost 6 years ago
- Target version changed from Milestone 23 to Milestone 25
Updated by riafarov almost 6 years ago
- Due date changed from 2019-04-09 to 2019-04-23
due to changes in a related task
Updated by riafarov almost 6 years ago
- Due date changed from 2019-04-23 to 2019-04-09
due to changes in a related task
Updated by riafarov over 5 years ago
- Status changed from In Progress to Resolved
So this one is done, I will create separate backlog items for the improvements we should include: https://github.com/libyui/libyui-rest-api/blob/master/TODO.md
and also trying things for yast modules.
Updated by szarate over 4 years ago
- Tracker changed from action to coordination
Updated by szarate over 4 years ago
See for the reason of tracker change: http://mailman.suse.de/mailman/private/qa-sle/2020-October/002722.html