Is Node.JS in PlayWright safe?
In our Windows service project we started to use PlayWright for .NET to parse some pages to get the data…
However, when playwright instance is initiated, there is a Node.js Javascript Runtime process in Task manager in our server and management is worried about it as Node.js had some vulnerabilities and they are afraid to use it in production servers.
Is Node.js used in Playwright safe ? Can it be somehow exploited from outside the windows service when playwright object is initialized only for getting data and disposed right after that?
I would really appreciate any advices and insights regarding Playwright security so I have proper arguments for the management whether it is safe to use it or whether there are potential security issues.
Thanks a lot.
I was considering either Playwright or Puppeteer but I went with Playwright as Microsoft created it so that could be a guarantee of its safety. Am I wrong ?
Read more here: Source link
