Skip to content

Commit 7b7ab0c

Browse files
author
ID Bot
committed
Script updating archive at 2023-09-28T00:33:42Z. [ci skip]
1 parent 48c281f commit 7b7ab0c

File tree

1 file changed

+94
-10
lines changed

1 file changed

+94
-10
lines changed

archive.json

Lines changed: 94 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2023-09-26T00:34:00.142851+00:00",
3+
"timestamp": "2023-09-28T00:33:37.811737+00:00",
44
"repo": "ietf-wg-scitt/draft-ietf-scitt-architecture",
55
"labels": [
66
{
@@ -409,7 +409,7 @@
409409
],
410410
"body": "Copied over from: https://github.com/ietf-scitt/draft-birkholz-scitt-architecture/issues/36\r\n\r\nA feed is a great base for how we can create a series of statements for different artifacts, getting freshness for a receipt/or VEX report.\r\nThe current definition likely needs to expand a bit to account for:\r\n- What are the versions of a specific artifact\r\n- What are all the statements for a version of an artifact\r\n- What is the latest statement for a specific `contentType` of a specific versioned `artifact`: (eg: what's the latest `SBOM` for the `net-monitor:v1` software?\r\n- If the `contentType` is a referenced [statement by reference](#35), which stores SBOMs, Scan Reports, how do we drill into each if they all use the same payload `contentType` of satementByReference?\r\n",
411411
"createdAt": "2023-02-21T15:46:59Z",
412-
"updatedAt": "2023-09-25T18:01:49Z",
412+
"updatedAt": "2023-09-26T14:44:28Z",
413413
"closedAt": null,
414414
"comments": [
415415
{
@@ -439,6 +439,13 @@
439439
"body": "A note from the [SCITT call on 9/24/2023](https://datatracker.ietf.org/meeting/interim-2023-scitt-34/session/scitt)\r\nWe'll be iterating on this a bit more, to create some use cases and examples for how feeds help producers and consumers benefit from SCITT.",
440440
"createdAt": "2023-09-25T18:01:49Z",
441441
"updatedAt": "2023-09-25T18:01:49Z"
442+
},
443+
{
444+
"author": "OR13",
445+
"authorAssociation": "COLLABORATOR",
446+
"body": "See: https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/blob/0383ec2b5a23f11d1a42800aebbe38368e12376d/draft-ietf-scitt-architecture.md?plain=1#L188\r\n\r\n```\r\nFeed: \r\n\r\n: an identifier chosen by the Issuer for the Artifact.\r\nFor every Issuer and Feed, the Registry on a Transparency Service contains a sequence of Signed Statements about the same Artifact.\r\nIn COSE, Feed is a dedicated header attribute in the protected header of the Envelope.\r\n```\r\n\r\nThere are several problems with this definition.\r\n\r\n1. It conflates using aggregations over an header parameter, with the header parameter.\r\n2. It confuses how the TS uses the attribute with how the `iss` uses the attribute (same problem as above).\r\n\r\nSuggested changes:\r\n\r\n\r\n```\r\nFeed Identifier:\r\n\r\n: A feed identifier is chosen be the issuer who secured the signed statement.\r\nFeed identifier MUST NOT be present in unprotected headers.\r\nFeed identifier is registered in CWT Claims Registry as Tag TBD (Requested assignment 42).\r\n\r\nFeed Resource:\r\n\r\n: A feed resource is made available by a transparency service, \r\nand exposed via the SCITT API <ref scrapi>.\r\nTransparency services MAY leverage the feed identifier \r\nused by the issuer to construct the identifier for feed resources on the transparency service.\r\n\r\n```\r\n\r\nRegistration policies only apply to the feed identifier, they do not apply to the feed resource.\r\n\r\nSee https://github.com/ietf-scitt/draft-birkholz-scitt-scrapi/pull/2 regarding the Transparency Service exposing the Feed Resource.",
447+
"createdAt": "2023-09-26T14:39:10Z",
448+
"updatedAt": "2023-09-26T14:44:28Z"
442449
}
443450
]
444451
},
@@ -2273,6 +2280,22 @@
22732280
"updatedAt": "2023-09-20T07:46:53Z",
22742281
"closedAt": null,
22752282
"comments": []
2283+
},
2284+
{
2285+
"number": 103,
2286+
"id": "I_kwDOIvmHss5yEQGq",
2287+
"title": "Refine Definition of RegInfo",
2288+
"url": "https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/issues/103",
2289+
"state": "OPEN",
2290+
"author": "OR13",
2291+
"authorAssociation": "COLLABORATOR",
2292+
"assignees": [],
2293+
"labels": [],
2294+
"body": "```\r\nReg_Info = {\r\n ? \"register_by\": uint .within (~time),\r\n ? \"sequence_no\": uint,\r\n ? \"issuance_ts\": uint .within (~time),\r\n ? \"no_replay\": null,\r\n * tstr => any\r\n}\r\n```\r\n\r\nhttps://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/blob/0383ec2b5a23f11d1a42800aebbe38368e12376d/draft-ietf-scitt-architecture.md?plain=1#L670\r\n\r\nIMO these are parameters on the issuer's view of the feed identifier.\r\n\r\nsequence number is meaningless unless you know what topic you are trying to order.",
2295+
"createdAt": "2023-09-26T15:00:22Z",
2296+
"updatedAt": "2023-09-26T15:00:22Z",
2297+
"closedAt": null,
2298+
"comments": []
22762299
}
22772300
],
22782301
"pulls": [
@@ -8973,24 +8996,26 @@
89738996
"id": "PR_kwDOIvmHss5X5me_",
89748997
"title": "Proposal for Section 6 - Signed Statement Issuance, Registration, and\u2026",
89758998
"url": "https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/pull/94",
8976-
"state": "OPEN",
8999+
"state": "MERGED",
89779000
"author": "hannestschofenig",
89789001
"authorAssociation": "CONTRIBUTOR",
89799002
"assignees": [],
89809003
"labels": [],
89819004
"body": "Attempt to clean up Section 6",
89829005
"createdAt": "2023-08-14T16:16:43Z",
8983-
"updatedAt": "2023-09-20T10:42:55Z",
9006+
"updatedAt": "2023-09-26T14:28:09Z",
89849007
"baseRepository": "ietf-wg-scitt/draft-ietf-scitt-architecture",
89859008
"baseRefName": "main",
8986-
"baseRefOid": "4e490bbe2c001874f4d1da7265fde8d92f7fffde",
9009+
"baseRefOid": "f283c4167f8350f529ae2adb893118133fa0c553",
89879010
"headRepository": "ietf-wg-scitt/draft-ietf-scitt-architecture",
89889011
"headRefName": "hannestschofenig-patch-1",
8989-
"headRefOid": "35d970fd0bac09708d46beea7d5b86fc77c304a9",
8990-
"closedAt": null,
8991-
"mergedAt": null,
8992-
"mergedBy": null,
8993-
"mergeCommit": null,
9012+
"headRefOid": "59eb9735d8b3438e071c9b56c1c6cf301a8dbb24",
9013+
"closedAt": "2023-09-26T14:27:59Z",
9014+
"mergedAt": "2023-09-26T14:27:59Z",
9015+
"mergedBy": "SteveLasker",
9016+
"mergeCommit": {
9017+
"oid": "0383ec2b5a23f11d1a42800aebbe38368e12376d"
9018+
},
89949019
"comments": [
89959020
{
89969021
"author": "hannestschofenig",
@@ -9260,6 +9285,65 @@
92609285
"updatedAt": "2023-09-20T10:42:55Z"
92619286
}
92629287
]
9288+
},
9289+
{
9290+
"id": "PRR_kwDOIvmHss5iA0eJ",
9291+
"commit": {
9292+
"abbreviatedOid": "35d970f"
9293+
},
9294+
"author": "SteveLasker",
9295+
"authorAssociation": "COLLABORATOR",
9296+
"state": "COMMENTED",
9297+
"body": "",
9298+
"createdAt": "2023-09-26T14:10:15Z",
9299+
"updatedAt": "2023-09-26T14:10:16Z",
9300+
"comments": [
9301+
{
9302+
"originalPosition": 23,
9303+
"body": "As discussed in the Editors meeting, address in another PR.",
9304+
"createdAt": "2023-09-26T14:10:15Z",
9305+
"updatedAt": "2023-09-26T14:10:35Z"
9306+
}
9307+
]
9308+
},
9309+
{
9310+
"id": "PRR_kwDOIvmHss5iBAvS",
9311+
"commit": {
9312+
"abbreviatedOid": "59eb973"
9313+
},
9314+
"author": "henkbirkholz",
9315+
"authorAssociation": "MEMBER",
9316+
"state": "APPROVED",
9317+
"body": "",
9318+
"createdAt": "2023-09-26T14:27:05Z",
9319+
"updatedAt": "2023-09-26T14:27:05Z",
9320+
"comments": []
9321+
},
9322+
{
9323+
"id": "PRR_kwDOIvmHss5iBAyI",
9324+
"commit": {
9325+
"abbreviatedOid": "59eb973"
9326+
},
9327+
"author": "SteveLasker",
9328+
"authorAssociation": "COLLABORATOR",
9329+
"state": "APPROVED",
9330+
"body": "LGTM with resolution",
9331+
"createdAt": "2023-09-26T14:27:09Z",
9332+
"updatedAt": "2023-09-26T14:27:09Z",
9333+
"comments": []
9334+
},
9335+
{
9336+
"id": "PRR_kwDOIvmHss5iBBIW",
9337+
"commit": {
9338+
"abbreviatedOid": "59eb973"
9339+
},
9340+
"author": "yogeshbdeshpande",
9341+
"authorAssociation": "COLLABORATOR",
9342+
"state": "APPROVED",
9343+
"body": "LGTM! After all the hard work !",
9344+
"createdAt": "2023-09-26T14:27:46Z",
9345+
"updatedAt": "2023-09-26T14:27:46Z",
9346+
"comments": []
92639347
}
92649348
]
92659349
},

0 commit comments

Comments
 (0)