Security vulnerabilities- alex and mocha, markdown-spellcheck needs to be updated #3216
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3216
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When vendoring, security vulnerabilities are shown for the following npm packages- mocha, alex, markdown-spellcheck
Could you please upgrade to latest versions
Those are used in development and are not listed as project dependencies. They should not be installed when vendoring.
To confirm this, the following test was run in
darwin-x64
:The last command (which displays the contents of the
node_modules
folder) only showsxlsx
. None of thedevDependencies
were installed.To be sure this works for all versions, you can use
n
to switch between node versions:Based on the output, the following
npm
versions were confirmed to work:If you find that the
devDependencies
are being installed, that is a bug in thenpm
tool and you are strongly encouraged to raise an issue with Microsoft.