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
yarn audit finally works on the main repository, and here's the output:
16468 vulnerabilities found - Packages audited: 6505915
Severity: 13677 Low | 13 Moderate | 2775 High | 3 Critical
To be fair, this is not a huge issue in itself, for two reasons:
It is due to having a lock file, despite our version ranges targeting newer versions, the lock file prevent us from pulling updated packages.
Clients will most likely pull up-to-date packages.
Although this becomes an issue when despite using all the most up-to-date packages, vulnerabilities are still present. That's when we are supposed to fix things. Right now given the result of yarn audit, we have no way to know if the Theia framework suffers from such vulnerabilities through its dependencies.
Hence why we should try and make a best effort keeping our dependencies up-to-date.
Reproduction Steps
git clone [email protected]:theia-ide/theia.git
cd theia
yarn
yarn audit
OS and Theia version: Ubuntu 16.04, Theia@9105c43, [email protected]
The text was updated successfully, but these errors were encountered:
Description
yarn audit
finally works on the main repository, and here's the output:To be fair, this is not a huge issue in itself, for two reasons:
Although this becomes an issue when despite using all the most up-to-date packages, vulnerabilities are still present. That's when we are supposed to fix things. Right now given the result of
yarn audit
, we have no way to know if the Theia framework suffers from such vulnerabilities through its dependencies.Hence why we should try and make a best effort keeping our dependencies up-to-date.
Reproduction Steps
OS and Theia version: Ubuntu 16.04, Theia@9105c43, [email protected]
The text was updated successfully, but these errors were encountered: