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.
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 isvaadin.appsec.analysis
and can be configured via-Dvaadin.appsec.analysis=path/name.json
.Closes #111