-
I'm using following package.json in order to including Fomantic in my custom Symfony project. The Github repository of the project has Github dependabot security alerts. It looks like its caused by the"fomantic-ui" dependency. Any ideas what I'm doing wrong here?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is a subdependency of gulp which is ignored by the gulp developers as they declare this as a false positive explained via Same as #1646 So as long as nobody fixes the original libs or forks them and/or fixes gulp or rewrites the whole build system this won't get fixed. But infact those affect the local instance only as described in the external link above. I, however, was already trying to fork and fix all affected external and abandoned dependencies, some time ago, but this ain't an easy/motivating task and isnt finished. If interested those packages are here https://www.npmjs.com/search?q=%40fomantic |
Beta Was this translation helpful? Give feedback.
-
gulp5 was upgraded by #3032 The remaining/new 2 moderate warnings will be fixed in FUI 2.10.0 when node 12 is dropped |
Beta Was this translation helpful? Give feedback.
This is a subdependency of gulp which is ignored by the gulp developers as they declare this as a false positive explained via
https://overreacted.io/npm-audit-broken-by-design/
gulpjs/gulp#2640
Same as #1646
So as long as nobody fixes the original libs or forks them and/or fixes gulp or rewrites the whole build system this won't get fixed. But infact those affect the local instance only as described in the external link above.
I, however, was already trying to fork and fix all affected external and abandoned dependencies, some time ago, but this ain't an easy/motivating task and isnt finished. If interested those packages are here https://www.npmjs.com/search?q=%40fomantic