-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address Snyk reported vulnerabilities #609
Comments
Thanks for reporting! 👍 |
* executed `npm audit fix` Related to #609
* executed `npm audit fix` Related to #609
For a tool such as dmn-js we gotta distinguish two kind of dependencies: development and production. From what I see both, How do development dependencies impact your usage of |
Reproduce without
|
We do not have any immediate plans to resolve these issues. |
Thanks @nikku for your promt and detailed response. Our web devs will see what they can do to sidestep the vulnerabilities - and if we can't we'll likely have to find another way to render decisions. |
Describe the Bug
Hi. We're experimenting with your dmn.js open source library. It looks like a super way of exposing Decisions in our application.
However, we also use https://snyk.io/ -- which helps us ensure we only use libraries that are secure.
The dmn-js library (dmn-js@9.4.0) failed our integration tests, on two counts.
"Prototype Pollution". "Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of Object.prototype using a constructor or proto payload".
"Denial of Service". "Affected versions of this package are vulnerable to Denial of Service. Node Fetch did not honor the size option after following a redirect".
After an initial investigation, our web developer informs me that the vulnerabilities are not within dmn-js, but within other libraries nested within.
Wondering whether there are any plans/intentions to resolve these?
Thanks
Steps to Reproduce
Connect Snyk to an application that uses the dmn-js library.
Expected Behavior
No vulnerabilities reported by snyk.
Environment
The text was updated successfully, but these errors were encountered: