Add npm override to fix serialize-javascript vulnerability (CVE RCE, bump to 7.0.3) (#38)
Agent-Logs-Url: https://github.com/microsoft/node-windows-mutex/sessions/3ac1e8ed-c647-45e7-b75d-812afd8cf4f1
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com Co-authored-by: rzhao271 7199958+rzhao271@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
windows-mutex
Expose the Windows CreateMutex API to Node.JS.
Installation
@vscode/windows-mutexwill only compile in Windows machines, so it is advisable to use the--save-optionalflag and wrap therequire('@vscode/windows-mutex')call in atry {} catch {}block, in case your code also runs on other platforms.Usage
Development
Publishing to NPM is automated via CI. As soon as a tag is pushed to the repo, that version will be built and published to NPM.