Hacker News new | ask | show | jobs
by krageon 2428 days ago
Their problem was third party scripts and you are asking if a third party is okay? Am I missing something here?
1 comments

Well from what I understand it's that third party scripts are a problem because they may behave maliciously and gain access to parts of the application. If the third party script is an open source project, doesn't that mitigate this?
Doesn't prevent a malicious/compromised third party from serving code other than what's in the source. I think an acceptable mitigation might be subresource integrity though, so you can lock it to a known-good version of a script?