Skip to content

Commit b84fe31

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.8.2.
1 parent da2fdb0 commit b84fe31

File tree

7 files changed

+396
-177
lines changed

7 files changed

+396
-177
lines changed

ed/algorithms/dbsc.json

Lines changed: 98 additions & 55 deletions
Large diffs are not rendered by default.

ed/dfns/dbsc.json

Lines changed: 140 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
"definedIn": "dt"
189189
},
190190
{
191-
"id": "device-bound-session-session-key",
192-
"href": "https://w3c.github.io/webappsec-dbsc/#device-bound-session-session-key",
191+
"id": "device-bound-session-session-key-pair",
192+
"href": "https://w3c.github.io/webappsec-dbsc/#device-bound-session-session-key-pair",
193193
"linkingText": [
194-
"session key"
194+
"session key pair"
195195
],
196196
"localLinkingText": [],
197197
"type": "dfn",
@@ -494,6 +494,111 @@
494494
},
495495
"definedIn": "prose"
496496
},
497+
{
498+
"id": "algorithms-determine-if-a-url-is-in-scope",
499+
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-determine-if-a-url-is-in-scope",
500+
"linkingText": [
501+
"determine if a URL is in scope"
502+
],
503+
"localLinkingText": [],
504+
"type": "dfn",
505+
"for": [
506+
"algorithms"
507+
],
508+
"access": "public",
509+
"informative": false,
510+
"heading": {
511+
"id": "algo-url-in-scope",
512+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-url-in-scope",
513+
"title": "Identify if a URL is in scope of a session",
514+
"number": "8.2"
515+
},
516+
"definedIn": "prose"
517+
},
518+
{
519+
"id": "algorithms-determine-if-a-request-is-allowed-to-trigger-refresh",
520+
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-determine-if-a-request-is-allowed-to-trigger-refresh",
521+
"linkingText": [
522+
"determine if a request is allowed to trigger refresh"
523+
],
524+
"localLinkingText": [],
525+
"type": "dfn",
526+
"for": [
527+
"algorithms"
528+
],
529+
"access": "public",
530+
"informative": false,
531+
"heading": {
532+
"id": "algo-request-allows-refresh",
533+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-request-allows-refresh",
534+
"title": "Identify if a request is allowed to refresh",
535+
"number": "8.3"
536+
},
537+
"definedIn": "prose"
538+
},
539+
{
540+
"id": "algorithms-determine-if-a-host-matches-a-pattern",
541+
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-determine-if-a-host-matches-a-pattern",
542+
"linkingText": [
543+
"determine if a host matches a pattern"
544+
],
545+
"localLinkingText": [],
546+
"type": "dfn",
547+
"for": [
548+
"algorithms"
549+
],
550+
"access": "public",
551+
"informative": false,
552+
"heading": {
553+
"id": "algo-host-pattern-matches",
554+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-host-pattern-matches",
555+
"title": "Identify if a host matches a pattern",
556+
"number": "8.4"
557+
},
558+
"definedIn": "prose"
559+
},
560+
{
561+
"id": "algorithms-identify-a-session-needing-refresh",
562+
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-identify-a-session-needing-refresh",
563+
"linkingText": [
564+
"identify a session needing refresh"
565+
],
566+
"localLinkingText": [],
567+
"type": "dfn",
568+
"for": [
569+
"algorithms"
570+
],
571+
"access": "public",
572+
"informative": false,
573+
"heading": {
574+
"id": "algo-identify-session-needing-refresh",
575+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-identify-session-needing-refresh",
576+
"title": "Identify session needing refresh",
577+
"number": "8.5"
578+
},
579+
"definedIn": "prose"
580+
},
581+
{
582+
"id": "algorithms-identify-if-a-request-is-missing-a-session-credential",
583+
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-identify-if-a-request-is-missing-a-session-credential",
584+
"linkingText": [
585+
"identify if a request is missing a session credential"
586+
],
587+
"localLinkingText": [],
588+
"type": "dfn",
589+
"for": [
590+
"algorithms"
591+
],
592+
"access": "public",
593+
"informative": false,
594+
"heading": {
595+
"id": "algo-identify-if-missing-session-credential",
596+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-identify-if-missing-session-credential",
597+
"title": "Identify if missing session credential",
598+
"number": "8.6"
599+
},
600+
"definedIn": "prose"
601+
},
497602
{
498603
"id": "algorithms-process-a-challenge",
499604
"href": "https://w3c.github.io/webappsec-dbsc/#algorithms-process-a-challenge",
@@ -540,7 +645,7 @@
540645
"id": "create-session",
541646
"href": "https://w3c.github.io/webappsec-dbsc/#create-session",
542647
"linkingText": [
543-
"create a new session"
648+
"create a session"
544649
],
545650
"localLinkingText": [],
546651
"type": "dfn",
@@ -556,24 +661,43 @@
556661
"definedIn": "prose"
557662
},
558663
{
559-
"id": "create-session-key",
560-
"href": "https://w3c.github.io/webappsec-dbsc/#create-session-key",
664+
"id": "process-session-registration",
665+
"href": "https://w3c.github.io/webappsec-dbsc/#process-session-registration",
561666
"linkingText": [
562-
"create a session key"
667+
"process a session registration"
563668
],
564669
"localLinkingText": [],
565670
"type": "dfn",
566671
"for": [],
567672
"access": "public",
568673
"informative": false,
569674
"heading": {
570-
"id": "algo-create-session-key",
571-
"href": "https://w3c.github.io/webappsec-dbsc/#algo-create-session-key",
572-
"title": "Create session key",
675+
"id": "algo-process-session-registration",
676+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-process-session-registration",
677+
"title": "Process session registration",
573678
"number": "8.10"
574679
},
575680
"definedIn": "prose"
576681
},
682+
{
683+
"id": "create-session-key-pair",
684+
"href": "https://w3c.github.io/webappsec-dbsc/#create-session-key-pair",
685+
"linkingText": [
686+
"create a session key pair"
687+
],
688+
"localLinkingText": [],
689+
"type": "dfn",
690+
"for": [],
691+
"access": "public",
692+
"informative": false,
693+
"heading": {
694+
"id": "algo-create-session-key-pair",
695+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-create-session-key-pair",
696+
"title": "Create session key pair",
697+
"number": "8.11"
698+
},
699+
"definedIn": "prose"
700+
},
577701
{
578702
"id": "add-debug-header",
579703
"href": "https://w3c.github.io/webappsec-dbsc/#add-debug-header",
@@ -589,15 +713,15 @@
589713
"id": "algo-add-debug-header",
590714
"href": "https://w3c.github.io/webappsec-dbsc/#algo-add-debug-header",
591715
"title": "Add debug header",
592-
"number": "8.11"
716+
"number": "8.12"
593717
},
594718
"definedIn": "prose"
595719
},
596720
{
597721
"id": "secure-session-registration-header",
598722
"href": "https://w3c.github.io/webappsec-dbsc/#secure-session-registration-header",
599723
"linkingText": [
600-
"`Secure-Session-Registration`"
724+
"Secure-Session-Registration"
601725
],
602726
"localLinkingText": [],
603727
"type": "http-header",
@@ -616,7 +740,7 @@
616740
"id": "secure-session-challenge-header",
617741
"href": "https://w3c.github.io/webappsec-dbsc/#secure-session-challenge-header",
618742
"linkingText": [
619-
"`Secure-Session-Challenge`"
743+
"Secure-Session-Challenge"
620744
],
621745
"localLinkingText": [],
622746
"type": "http-header",
@@ -635,7 +759,7 @@
635759
"id": "secure-session-response-header",
636760
"href": "https://w3c.github.io/webappsec-dbsc/#secure-session-response-header",
637761
"linkingText": [
638-
"`Secure-Session-Response`"
762+
"Secure-Session-Response"
639763
],
640764
"localLinkingText": [],
641765
"type": "http-header",
@@ -654,7 +778,7 @@
654778
"id": "sec-secure-session-id-header",
655779
"href": "https://w3c.github.io/webappsec-dbsc/#sec-secure-session-id-header",
656780
"linkingText": [
657-
"`Sec-Secure-Session-Id`"
781+
"Sec-Secure-Session-Id"
658782
],
659783
"localLinkingText": [],
660784
"type": "http-header",
@@ -673,7 +797,7 @@
673797
"id": "secure-session-skipped-header",
674798
"href": "https://w3c.github.io/webappsec-dbsc/#secure-session-skipped-header",
675799
"linkingText": [
676-
"`Secure-Session-Skipped`"
800+
"Secure-Session-Skipped"
677801
],
678802
"localLinkingText": [],
679803
"type": "http-header",

ed/headings/dbsc.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,18 +263,25 @@
263263
"number": "8.9"
264264
},
265265
{
266-
"id": "algo-create-session-key",
267-
"href": "https://w3c.github.io/webappsec-dbsc/#algo-create-session-key",
266+
"id": "algo-process-session-registration",
267+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-process-session-registration",
268268
"level": 3,
269-
"title": "Create session key",
269+
"title": "Process session registration",
270270
"number": "8.10"
271271
},
272+
{
273+
"id": "algo-create-session-key-pair",
274+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-create-session-key-pair",
275+
"level": 3,
276+
"title": "Create session key pair",
277+
"number": "8.11"
278+
},
272279
{
273280
"id": "algo-add-debug-header",
274281
"href": "https://w3c.github.io/webappsec-dbsc/#algo-add-debug-header",
275282
"level": 3,
276283
"title": "Add debug header",
277-
"number": "8.11"
284+
"number": "8.12"
278285
},
279286
{
280287
"id": "format",

0 commit comments

Comments
 (0)