You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docsify is a dev dependency used for generating documentation. A indirect dependency called marked has 3 CVEs which can be ignored since we ignore dev dependencies.
got 14.2.1 is used by cdxgen. However, version 9.6.0 is pulled as a dependency of package-json.
To reduce the false positives, we can pass --required-only to trim the optional dependencies here. We may have to think about a replacement for docsify, since it appears like the security vulnerabilities are being ignored.
The text was updated successfully, but these errors were encountered:
CVEs from the latest scan:
docsify is a dev dependency used for generating documentation. A indirect dependency called marked has 3 CVEs which can be ignored since we ignore dev dependencies.
got 14.2.1 is used by cdxgen. However, version 9.6.0 is pulled as a dependency of package-json.
To reduce the false positives, we can pass
--required-only
to trim the optional dependencies here. We may have to think about a replacement for docsify, since it appears like the security vulnerabilities are being ignored.The text was updated successfully, but these errors were encountered: