Closed tamasmak closed 9 months ago
Hi @tamasmak and @heruan, when i performed cherry-pick to this commit to 1.0, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 3dfa0edf994c7ec6cae92317152c91911ce2ccfb
error: could not apply 3dfa0ed... Add option to provide a custom analysis.json file by system property (#159)
hint: After resolving the conflicts, mark them with
hint: "git add/rm
Hi @tamasmak and @heruan, when i performed cherry-pick to this commit to 2.0, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 3dfa0edf994c7ec6cae92317152c91911ce2ccfb
error: could not apply 3dfa0ed... Add option to provide a custom analysis.json file by system property (#159)
hint: After resolving the conflicts, mark them with
hint: "git add/rm
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