Using the Google Developer Tools, I can see that some of WordPress' JavaScript Libraries contain known security vulnerabilities; some a few months old.
With this in mind, should I consider addressing these issues myself or could this result in unexpected results across the WordPress powered website?
Given its notification on Google's Developer Tools, I would suspect it would be something that WordPress would be aware of. That being said, is there a way to see if WordPress are aware of certain security issues and whether they will be addressed in subsequent WordPress releases?
Using the Google Developer Tools, I can see that some of WordPress' JavaScript Libraries contain known security vulnerabilities; some a few months old.
With this in mind, should I consider addressing these issues myself or could this result in unexpected results across the WordPress powered website?
Given its notification on Google's Developer Tools, I would suspect it would be something that WordPress would be aware of. That being said, is there a way to see if WordPress are aware of certain security issues and whether they will be addressed in subsequent WordPress releases?
Most of the time you should not modify core by yourself - it will get overwritten after update and it may cause some conflicts.
Of course, if you know what you're doing and the vulnerability is really serious, then you can update given library and test everything by yourself.
As for awareness. Most of the times WP is very aware of vulnerabilities in its code and fixes them with minor releases.
You can check if the problem is known and if it has a ticket in Trac:
And if you can't find anything, you can always report it:
wp-includes
folder. – Craig Commented Dec 27, 2018 at 23:59