Skip to content

Commit ff75bb7

Browse files
committed
Updated the abstract.
1 parent cea32e7 commit ff75bb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@
12141214
</style>
12151215
<meta content="Bikeshed version 0dd2bba6dfda6c3168490a3a3044dd1d0b1ef8e0" name="generator">
12161216
<link href="https://w3c.github.io/webappsec-trusted-types/dist/spec/" rel="canonical">
1217-
<meta content="3ee9131dde908064372110781f0e6fb76148204b" name="document-revision">
1217+
<meta content="cea32e7fb00bf610d54cc9cc9ca7c27de958e0d2" name="document-revision">
12181218
<style>/* style-md-lists */
12191219

12201220
/* This is a weird hack for me not yet following the commonmark spec
@@ -1482,7 +1482,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
14821482
</div>
14831483
<div class="p-summary" data-fill-with="abstract">
14841484
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>
1485-
<p>An API that allows applications to lock down DOM XSS injection sinks to only accept non-spoofable, typed values in place of strings.</p>
1485+
<p>An API that allows applications to lock down powerful APIs to only accept non-spoofable, typed values in place of strings to prevent vulnerabilities caused by using these APIs with attacker-controlled inputs.</p>
14861486
</div>
14871487
<h2 class="no-num no-toc no-ref heading settled" id="status"><span class="content">Status of this document</span></h2>
14881488
<div data-fill-with="status">

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ URL: https://w3c.github.io/webappsec-trusted-types/dist/spec/
1313
Editor: Krzysztof Kotowicz, Google LLC https://google.com, [email protected]
1414
Editor: Mike West, Google LLC https://google.com, [email protected]
1515
Repository: w3c/webappsec-trusted-types
16-
Abstract: An API that allows applications to lock down DOM XSS injection sinks to only accept non-spoofable, typed values in place of strings.
16+
Abstract: An API that allows applications to lock down powerful APIs to only accept non-spoofable, typed values in place of strings to prevent vulnerabilities caused by using these APIs with attacker-controlled inputs.
1717
Markup Shorthands: algorithm yes, biblio yes, css no, dfn yes, markdown yes, markup yes
1818
Ignored Terms: h1, h2, h3, h4, h5, h6, xmp, EmptyString
1919
Complain About: missing-example-ids yes

0 commit comments

Comments
 (0)