Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have projects in Angular 14 and 15, and vue project. There is security warning on Polyfills chain attack.
I want to know if this attack is related to angular's file polyfills.ts and does the angulars 14 to 15 and vue is safe?

What I have tried:

Remove Polyfill.io code from your website immediately • The Register[^]
Posted
Updated 7-Jul-24 23:29pm

"If you are using polyfill code in any application, you should stop and remove it urgently" seems to be the message coming from all sorts of security companies.

That applies to all versions of Angular as far as I can see: if you use it, get rid of it (but take a backup first in case it may be safe to go back to it at some point in the future).
 
Share this answer
 
By default, yes, your Angular code is using the polyfill repository. It doesn't necessarily mean your code is affected, as this attack is only related to versions of polyfill that were posted to npm/yarn/(insert packagemanager of choice here) after the takeover of the package. This doesn't retrospectively change earlier versions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900