File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- /** Module for working with uses of the Trusted Types API. */
1+ /**
2+ * Module for working with uses of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API)
3+ */
24
35private import javascript
46private import semmle.javascript.security.dataflow.Xss
57private import semmle.javascript.security.dataflow.ClientSideUrlRedirectCustomizations
68private import semmle.javascript.security.dataflow.CodeInjectionCustomizations
79
8- /** Module for working with uses of the Trusted Types API. */
10+ /**
11+ * Module for working with uses of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API).
12+ */
913module TrustedTypes {
1014 private class TrustedTypesEntry extends API:: EntryPoint {
1115 TrustedTypesEntry ( ) { this = "TrustedTypesEntry" }
You can’t perform that action at this time.
0 commit comments