w3c / trusted-types

A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
https://w3c.github.io/trusted-types/dist/spec/
Other
600 stars 70 forks source link

Improve test coverage of sink values #494

Open lukewarlow opened 6 months ago

lukewarlow commented 6 months ago

We should ensure that we have exhaustive coverage of the "sink" value, this is the prefix for violation object samples, aswell as being one of the arguments for the default policy.

lukewarlow commented 6 months ago

Example change https://github.com/web-platform-tests/wpt/pull/45058