vaadin / appsec-kit

Other
1 stars 0 forks source link

feat: Copilot plugin #152

Closed MarcinVaadin closed 9 months ago

MarcinVaadin commented 11 months ago

Description

Added code required to use AppSec Kit as Copilot plugin.

Tested using:

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>copilot-client-free</artifactId>
    <version>24.3-SNAPSHOT</version>
</dependency>

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>appsec-kit-starter</artifactId>
    <version>3.0-SNAPSHOT</version>
</dependency>

and with application.property: vaadin.frontend.hotdeploy=true

Current look:

image

Styling could be improved separately - https://github.com/vaadin/appsec-kit/issues/153

Fixes: https://github.com/vaadin/copilot-internal/issues/343

Type of change

Checklist

Additional for Feature type of change