This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: discussions: Alice Engineering Comms: 2024-01-10T06:02:11+00:00
- Loading branch information
1 parent
27bcb4c
commit c1184c3
Showing
6 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 13 additions & 1 deletion
14
docs/discussions/alice_engineering_comms/0503/reply_0000.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
## 2024-01-05 @pdxjohnny Engineering Logs | ||
|
||
- https://github.com/langchain-ai/langchain/issues/15580#issuecomment-1878528580 | ||
- https://docs.rs/reqwest/latest/reqwest/struct.Response.html | ||
- https://en.wikipedia.org/wiki/Holacracy | ||
- Advanced patterns for GitHub's GraphQL API - https://www.youtube.com/watch?v=i5pIszu9MeM&t=719s | ||
- https://github.com/intel/dffml/blob/main/scripts/dump_discussion.py | ||
- https://github.com/toast-ninja/github-analytics-starter | ||
- https://github.com/toast-ninja/github-analytics-starter | ||
- https://github.com/openvex/generate-vex/pull/1 | ||
|
||
``` | ||
vexctl generate pkg:github/$(git remote get-url origin | sed -e 's/https:\/\/github.com\///')@$(git log -n 1 --pretty=format:%H) --templates=.openvex/templates/ --file=.openvex/$(git log -n 1 --pretty=format:%H).openvex.json | ||
``` | ||
|
||
- https://aquasecurity.github.io/trivy/v0.44/docs/supply-chain/vex/ | ||
- TODO | ||
- [x] Improve and auto dump discussion thread | ||
- https://github.com/intel/dffml/pull/1483 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# 2024-01-05 Engineering Logs | ||
# 2024-01-06 Engineering Logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# 2024-01-05 Engineering Logs | ||
# 2024-01-07 Engineering Logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 2024-01-08 Engineering Logs |
34 changes: 34 additions & 0 deletions
34
docs/discussions/alice_engineering_comms/0506/reply_0000.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## 2024-01-08 SCITT | ||
|
||
- Triaging issues on arch doc | ||
- Dep diagram from Orie | ||
- https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/issues/148 | ||
|
||
```mermaid | ||
flowchart | ||
subgraph COSE | ||
cometre[draft-ietf-cose-merkle-tree-proofs] | ||
hash-envelope{{draft-steele-cose-hash-envelope}} | ||
end | ||
subgraph SCITT | ||
architecture[draft-ietf-scitt-architecture] | ||
scrapi{{draft-birkholz-scitt-scrapi}} | ||
cometre-ccf{{draft-birkholz-cose-cometre-ccf-profile}} | ||
end | ||
scrapi --> architecture | ||
architecture --> cometre | ||
architecture --> hash-envelope | ||
cometre-ccf --> cometre | ||
``` | ||
|
||
- https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/issues/79 | ||
- https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/issues/120 | ||
- Verifier checks crypto | ||
- Relying party needs crypto checked, and as vested intrest in payload | ||
- https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/issues/151 | ||
- Same stuff Cedric introduced at 118 | ||
- https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/pulls/142 | ||
- Connections to Key Transparency need to be included |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 2024-01-09 Engineering Logs |