+ URL protocol handlers are used to handle any URL scheme supported by the native desktop. + If URL inputs to these handlers are untrusted and not properly sanitized, they can be + used to perform unintended actions by another application registered to handle the same + protocol. +
++ Review protocol handler sinks and ensure that any URL inputs are properly sanitized if + they come from untrusted sources. +
+