Closed mheironimus-rgare closed 1 year ago
thank you for for filing the issue @mheironimus-rgare
the problem is that as you mentioned the above CVEs are related to the java-invoke-local
package and also java related. ideally that package would fix the dependencies itself, as we can't do much about it - other than forking that package or removing jvm support altogether.
on the bright side, serverless-offline
is a local development dependency, where the above CVEs likely don't apply. (just a bad guess)
Feature Request
This is a request to address the following CVE vulnerabilities present in serverless-offline as identified by the OWASP dependency-check tool:
Sample package.json
Expected behavior/code
Running the OWASP dependency-check tool against the serverless-offline project would not uncover any CVE vulnerabilities.
Additional context/Screenshots
It appears the issues identified above relate to the
java-invoke-local-all.jar
file located in the java-invoke-local package, which is listed as a dependency in the serverless-offlinepackage.json
file.