JS: Add link to MDN docs for trusted types

This commit is contained in:
Asger Feldthaus
2021-12-15 11:52:58 +01:00
parent 7e947b2a65
commit 43ec721a87

View File

@@ -1,11 +1,15 @@
/** Module for working with uses of the Trusted Types API. */
/**
* Module for working with uses of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API)
*/
private import javascript
private import semmle.javascript.security.dataflow.Xss
private import semmle.javascript.security.dataflow.ClientSideUrlRedirectCustomizations
private import semmle.javascript.security.dataflow.CodeInjectionCustomizations
/** Module for working with uses of the Trusted Types API. */
/**
* Module for working with uses of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API).
*/
module TrustedTypes {
private class TrustedTypesEntry extends API::EntryPoint {
TrustedTypesEntry() { this = "TrustedTypesEntry" }