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
+ */
2
4
3
5
private import javascript
4
6
private import semmle.javascript.security.dataflow.Xss
5
7
private import semmle.javascript.security.dataflow.ClientSideUrlRedirectCustomizations
6
8
private import semmle.javascript.security.dataflow.CodeInjectionCustomizations
7
9
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
+ */
9
13
module TrustedTypes {
10
14
private class TrustedTypesEntry extends API:: EntryPoint {
11
15
TrustedTypesEntry ( ) { this = "TrustedTypesEntry" }
You can’t perform that action at this time.
0 commit comments