vaadin / appsec-kit

Other
1 stars 0 forks source link

Investigate how to access the kit UI from Flow #75

Closed heruan closed 11 months ago

heruan commented 1 year ago

In V7/8 the uses its own UIProvider to inject its views into an existing application. To support V24, we need to find other means since there's no UIProvider. Since the kit is accessible only in development mode, the devtool gizmo could be used to show some information, but the kit needs also proper views with multiple components (e.g. grids, fields, etc.).

To do so, @tarekoraby suggested to adopt the same approach the Theme Editor uses for its view builder: let's discuss how a similar approach can be used for AppSec Kit.

tarekoraby commented 1 year ago

And whichever solution we use, it's important to show the developer a notification in case there is a vulnerability.

heruan commented 11 months ago

Closed by #85