Skip to content

Commit 43ec721

Browse files
committed
JS: Add link to MDN docs for trusted types
1 parent 7e947b2 commit 43ec721

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

javascript/ql/lib/semmle/javascript/frameworks/TrustedTypes.qll

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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

35
private import javascript
46
private import semmle.javascript.security.dataflow.Xss
57
private import semmle.javascript.security.dataflow.ClientSideUrlRedirectCustomizations
68
private 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+
*/
913
module TrustedTypes {
1014
private class TrustedTypesEntry extends API::EntryPoint {
1115
TrustedTypesEntry() { this = "TrustedTypesEntry" }

0 commit comments

Comments
 (0)