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
This issue can be used for tracking security vulnerabilities in our devDependencies which cannot be auto-fixed, which should be acknowledged and actions taken to notify third parties. If they don't respond in due time, we can fork -> fix -> publish and rely on that fork instead until it's fixed in the future.
Current npm audit report dev deps (v4 branch)
🎉
History
Vulnerabilities in the past that have been resolved
got
This is due to docsify-cli relying on an old version of update-notifier, which through a chain of transitive deps relies on an old version of got -> GHSA-pfrx-2q88-qq97
Since docsify prefers an email to notify them of security issues, I've sent them an email, detailing what is causing it and how to fix it.
marked
This is due to docsify relying on an old version of marked. In their package.json on their develop branch, this has been updated to v4 already, yet the version of docsify on develop branch is 4.13.0 whereas on NPM registry there is 4.13.1. Unfortunately upon inspecting the published package, it still relies on v1 of marked. I can only conclude that something went wrong with publishing to NPM. I've included the details in the email to docsify team.
If it goes without a response we may need to publish a fork with the fix at some point, same for the got issue
So, just waiting for docsify, changesets and less to respond to my emails, comment on PR and PR, otherwise we can go with forks, but let's give it some time.
The text was updated successfully, but these errors were encountered:
Security tracker devDependencies
Current npm audit report dev deps (v4 branch)
🎉
History
got
This is due to
docsify-cli
relying on an old version of update-notifier, which through a chain of transitive deps relies on an old version ofgot
-> GHSA-pfrx-2q88-qq97Since docsify prefers an email to notify them of security issues, I've sent them an email, detailing what is causing it and how to fix it.
marked
This is due to
docsify
relying on an old version ofmarked
. In their package.json on their develop branch, this has been updated to v4 already, yet the version of docsify on develop branch is 4.13.0 whereas on NPM registry there is 4.13.1. Unfortunately upon inspecting the published package, it still relies on v1 of marked. I can only conclude that something went wrong with publishing to NPM. I've included the details in the email to docsify team.If it goes without a response we may need to publish a fork with the fix at some point, same for the
got
issuesemver
Vulnerable for
<5.7.2 || >=7.0.0 <7.5.2
Vulnerable installations caused by:
[email protected]
->[email protected]
commented on Updatemake-dir
to resolve vulnerable dependency less/less.js#3806 , will create a PR@changesets/[email protected]
->[email protected]
->[email protected]
->[email protected]
Execute CLI as ESM changesets/changesets#1203 I've commented with a suggested fix that would unblock changesets cli to upgrade to latestmeow
So, just waiting for docsify, changesets and less to respond to my emails, comment on PR and PR, otherwise we can go with forks, but let's give it some time.
The text was updated successfully, but these errors were encountered: