Skip to content

Commit dbccf52

Browse files
author
Deian Stefan
committed
Pull in table of specs from ghc-pages for README
1 parent 34ca98a commit dbccf52

File tree

1 file changed

+96
-44
lines changed

1 file changed

+96
-44
lines changed

README.markdown

Lines changed: 96 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,100 @@ Web Application Security Working Group
66
* Tracker: <http://www.w3.org/2011/webappsec/track/>
77
* Bugzilla: <http://www.w3.org/Bugs/Public/describecomponents.cgi?product=WebAppsSec>
88

9-
## Specifications
9+
## Table of Specifications
1010

11-
* Content Security Policy
12-
* Editor's draft: <https://w3c.github.io/webappsec/specs/content-security-policy/>
13-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/content-security-policy/>
14-
* Level 1, Note: <http://w3.org/TR/CSP>
15-
* Level 2, Candidate Recommendation: <http://w3.org/TR/CSP2>
16-
17-
* Credential Management:
18-
* Editor's draft: <https://w3c.github.io/webappsec/specs/credentialmanagement/>
19-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/credentialmanagement/>
20-
* Use Cases: <https://w3c.github.io/webappsec/usecases/credentialmanagement/>
21-
22-
* Confinement with Origin Web Labels
23-
* Editor's draft: <https://w3c.github.io/webappsec/specs/cowl/>
24-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/cowl/>
25-
26-
* Entry Point Regulation:
27-
* Editor's draft: <https://w3c.github.io/webappsec/specs/epr/>
28-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/epr/>
29-
30-
* Mixed Content:
31-
* Editor's Draft: <https://w3c.github.io/webappsec/specs/mixedcontent/>
32-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/mixedcontent>
33-
* Candidate Recommendation: <http://www.w3.org/TR/mixed-content/>
34-
35-
* Privileged Contexts
36-
* Editor's Draft: <https://w3c.github.io/webappsec/specs/powerfulfeatures/>
37-
* Source: <https://github.com/w3c/webappsec/blob/master/specs/powerfulfeatures>
38-
* Working Draft: <http://www.w3.org/TR/powerful-features/>
39-
40-
* Referrer Policy
41-
* Editor's Draft: <https://w3c.github.io/webappsec/specs/referrer-policy/>
42-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/referrer-policy>
43-
* Working Draft: <http://w3.org/TR/referrer-policy>
44-
45-
* Subresource Integrity
46-
* Editor's Draft: <https://w3c.github.io/webappsec/specs/subresourceintegrity/>
47-
* Source: <https://github.com/w3c/webappsec/tree/master/specs/subresourceintegrity>
48-
* Working Draft: <http://w3.org/TR/SRI>
49-
50-
* Upgrade Insecure Requests
51-
* Editor's Draft: <https://w3c.github.io/webappsec/specs/upgrade/>
52-
* Source: <https://github.com/w3c/webappsec/blob/master/specs/upgrade>
53-
* Working Draft: <http://www.w3.org/TR/upgrade-insecure-requests/>
11+
<table>
12+
<tbody id="complete">
13+
<tr>
14+
<th>Complete</th>
15+
<th>ED</th>
16+
<th>TR</th>
17+
</tr>
18+
<tr>
19+
<td>Content Security Policy Level 1</td>
20+
<td></td>
21+
<td><a href="http://w3.org/TR/CSP1/" class="note">NOTE: /TR/CSP1</a></td>
22+
</tr>
23+
</tbody>
24+
<tbody id="stable">
25+
<tr>
26+
<th>Stable</th>
27+
<th>ED</th>
28+
<th>TR</th>
29+
</tr>
30+
<tr>
31+
<td>Content Security Policy Level 2</td>
32+
<td><a href="https://w3c.github.io/webappsec-csp/2/">GitHub: w3c/webappsec-csp</a></td>
33+
<td><a href="http://w3.org/TR/CSP2/" class="cr">CR: /TR/CSP2</a></td>
34+
</tr>
35+
<tr>
36+
<td>Mixed Content</td>
37+
<td><a href="https://w3c.github.io/webappsec-mixed-content/">GitHub: w3c/webappsec-mixed-content</a></td>
38+
<td><a href="http://w3.org/TR/mixed-content/" class="cr">CR: /TR/mixed-content/</a></td>
39+
</tr>
40+
<tr>
41+
<td>Subresource Integrity</td>
42+
<td><a href="https://w3c.github.io/webappsec-subresource-integrity/">GitHub: w3c/webappsec-subresource-integrity</a></td>
43+
<td><a href="http://w3.org/TR/SRI/" class="wd">WD: /TR/SRI/</a></td>
44+
</tr>
45+
<tr>
46+
<td>Upgrade Insecure Requests</td>
47+
<td><a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/">GitHub: w3c/webappsec-upgrade-insecure-requests</a></td>
48+
<td><a href="http://w3.org/TR/upgrade-insecure-requests/" class="wd">WD: /TR/upgrade-insecure-requests/</a></td>
49+
</tr>
50+
</tbody>
51+
<tbody id="stabilizing">
52+
<tr>
53+
<th>Stabilizing</th>
54+
<th>ED</th>
55+
<th>TR</th>
56+
</tr>
57+
<tr>
58+
<td>Credential Management Level 1</td>
59+
<td><a href="https://w3c.github.io/webappsec-credential-management/">GitHub: w3c/webappsec-credential-management</a></td>
60+
<td><a href="http://w3.org/TR/referrer-policy/" class="wd">WD: /TR/credential-management/</a></td>
61+
</tr>
62+
<tr>
63+
<td>Permissions API</td>
64+
<td><a href="https://w3c.github.io/permissions/">GitHub: w3c/permissions</a></td>
65+
<td><a href="http://w3.org/TR/permissions/" class="fpwd">FPWD: /TR/permissions/</a></td>
66+
</tr>
67+
<tr>
68+
<td>Referrer Policy</td>
69+
<td><a href="https://w3c.github.io/webappsec-referrer-policy/">GitHub: w3c/webappsec-referrer-policy</a></td>
70+
<td><a href="http://w3.org/TR/referrer-policy/" class="wd">WD: /TR/referrer-policy/</a></td>
71+
</tr>
72+
<tr>
73+
<td>Secure Contexts</td>
74+
<td><a href="https://w3c.github.io/webappsec-secure-contexts/">GitHub: w3c/webappsec-secure-contexts</a></td>
75+
<td><a href="http://w3.org/TR/powerful-features/" class="wd">WD: /TR/powerful-features/</a></td>
76+
</tr>
77+
</tbody>
78+
<tbody id="wip">
79+
<tr>
80+
<th>Works in Progress</th>
81+
<th>ED</th>
82+
<th>TR</th>
83+
</tr>
84+
<tr>
85+
<td>Clear Site Data</td>
86+
<td><a href="https://w3c.github.io/webappsec-clear-site-data/">GitHub: w3c/webappsec-clear-site-data</a></td>
87+
<td><a href="http://w3.org/TR/clear-site-data/" class="fpwd">FPWD: /TR/clear-site-data/</a></td>
88+
</tr>
89+
<tr>
90+
<td>Confinement with Origin Web Labels</td>
91+
<td><a href="https://w3c.github.io/webappsec-cowl/">GitHub: w3c/webappsec-cowl</a></td>
92+
<td></td>
93+
</tr>
94+
<tr>
95+
<td>CSP Pinning</td>
96+
<td><a href="https://w3c.github.io/webappsec-csp/pinning/">GitHub: w3c/webappsec-csp</a></td>
97+
<td><a href="http://w3.org/TR/csp-pinning/" class="fpwd">FPWD: /TR/csp-pinning/</a></td>
98+
</tr>
99+
<tr>
100+
<td>Entry Point Regulation</td>
101+
<td><a href="https://w3c.github.io/webappsec-epr/">GitHub: w3c/webappsec-epr</a></td>
102+
<td><a href="http://w3.org/TR/epr/" class="fpwd">FPWD: /TR/epr/</a></td>
103+
</tr>
104+
</tbody>
105+
</table>

0 commit comments

Comments
 (0)