Update NPM_UPDATES.md
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
We get requests from time to time to update our NPM dependencies because they contain vulnerabilities according to `npm audit`. Such issues will be closed without further consideration due to the following reasons:
|
We get requests from time to time to update our NPM dependencies because they contain vulnerabilities according to `npm audit`. Such issues will be closed without further consideration due to the following reasons:
|
||||||
|
|
||||||
1. Often times, 3rd party packages are affected by vulnerabilities which we cannot fix.
|
1. Usually, the affected packages are not runtime dependencies of Agent, but devDependencies which are only needed for developing Agent.
|
||||||
2. We can't just blindly update all of the packages because that'd likely break Agent as it happened in the past. Each of the updates must be carefully tested, and we don't have the manpower to do it on a daily basis.
|
2. Often times, 3rd party packages are affected by vulnerabilities which we cannot fix.
|
||||||
3. Sometimes `npm audit` signals false vulnerabilities.
|
3. We can't just blindly update all of the packages because that'd likely break Agent as it has happened in the past. Each of the updates must be carefully tested, and we don't have the manpower to do it on a daily basis.
|
||||||
|
4. Sometimes `npm audit` signals false vulnerabilities.
|
||||||
|
|
||||||
We routinely update our dependencies on a best effort basis.
|
We routinely update our dependencies on a best effort basis.
|
||||||
|
|||||||
Reference in New Issue
Block a user