←back to thread

72 points _vvhw | 1 comments | | HN request time: 0s | source
Show context
zawerf ◴[] No.21069377[source]
I am always irrationally(?) scared of using these sanitizers despite their successful history. As soon as new html/js/css syntax/features are introduced, won't your security model need to be reevaluated? Which seems like a lost cause at the rate new capabilities are introduced to the web. E.g., when CSS Shaders lands, you might be able to execute arbitrary gpu code with just css (hypothetically speaking, I don't actually know how it will work. I am sure it'll be sandboxed pretty well. But the problem remains that there are too many new possibilities to keep up with!).
replies(4): >>21069454 #>>21069510 #>>21069644 #>>21071017 #
1. dogma1138 ◴[] No.21069644[source]
Security models are constantly being re-evaluated as new threats and attack vectors emerge.

What you said can be generically applied to every security control and which is why security is hard.