vaadin / appsec-kit

Other
1 stars 0 forks source link

Add option to provide a custom analysis.json file by system property #164

Closed tamasmak closed 9 months ago

tamasmak commented 9 months ago

Adding option to provide a custom analysis.json file by system property. This can help the security team to verify the vulnerability analysis they created before publishing it. The property's name is vaadin.appsec.analysis and can be configured via -Dvaadin.appsec.analysis=path/name.json.

Closes #111